Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7e81a0a

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /