We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f513b55 commit 7b80d78Copy full SHA for 7b80d78
Mundo-03.py
@@ -2164,7 +2164,7 @@ def titulo(msg, cor=0):
2164
# CLASS 22
2165
# ERROS E EXCEÇÕES E TRATAMENTOS
2166
2167
-try:
+'''try:
2168
a = int(input("Enter with a number: "))
2169
b = int(input("Enter with a number: "))
2170
r = a / b
@@ -2186,4 +2186,7 @@ def titulo(msg, cor=0):
2186
print(f"The division of 'a' between 'b' is: {r:.2f}!")
2187
finally:
2188
print()
2189
- print("Come Back Always!")
+ print("Come Back Always!")'''
2190
+
2191
+# CHALLENGE 113
2192
0 commit comments