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 63bac30

Browse files
committed
test
1 parent 6b9ec76 commit 63bac30

File tree

1 file changed

+10
-0
lines changed

1 file changed

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

0 commit comments

Comments
(0)

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