Skip to content

Commit 473ab8f

Browse files
authored
Update solution.hide.py
1 parent 7e81a0a commit 473ab8f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Define the function called "multi" that expects 2 parameters:
2-
def multi(num1 , num2):
1+
# Define below the function called "multi" that expects 2 parameters
2+
def multi(num1, num2):
33
total = num1 * num2
44
return total
5-
6-
7-
# don't edit anything below this line
5+
# Don't edit anything below this line
86
return_value = multi(7,53812212)
9-
print(return_value)
7+
print(return_value)

0 commit comments

Comments
 (0)