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 104845f commit 9d6aa1fCopy full SHA for 9d6aa1f
05-methods/m6.py
@@ -7,9 +7,6 @@
7
print(f"Calculator, by {author}.")
8
print("*" * 10)
9
10
-# Everything from here down is identical to previous exercises in the
11
-# `functions` folder, except the names of the function calls themselves
12
-
13
# Get two inputs from the user and cast them to integers
14
first = int(input("Enter a number: "))
15
second = int(input("Enter another number: "))
0 commit comments