Skip to content

Commit 7e81a0a

Browse files
authored
Update app.py
1 parent 6310ba4 commit 7e81a0a

File tree

1 file changed

+3
-3
lines changed
  • exercises/05-Defining-vs-Calling-a-function

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Define the function called "multi" that expects 2 parameters:
1+
# Define below the function called "multi" that expects 2 parameters
22

3-
# don't edit anything below this line
3+
# Don't edit anything below this line
44
return_value = multi(7,53812212)
5-
print(return_value)
5+
print(return_value)

0 commit comments

Comments
 (0)