Skip to content

Commit 9d6aa1f

Browse files
committed
rm comment
1 parent 104845f commit 9d6aa1f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

05-methods/m6.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
print(f"Calculator, by {author}.")
88
print("*" * 10)
99

10-
# Everything from here down is identical to previous exercises in the
11-
# `functions` folder, except the names of the function calls themselves
12-
1310
# Get two inputs from the user and cast them to integers
1411
first = int(input("Enter a number: "))
1512
second = int(input("Enter another number: "))

0 commit comments

Comments
 (0)