We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6310ba4 commit 7e81a0aCopy full SHA for 7e81a0a
exercises/05-Defining-vs-Calling-a-function/app.py
@@ -1,5 +1,5 @@
1
-# Define the function called "multi" that expects 2 parameters:
+# Define below the function called "multi" that expects 2 parameters
2
3
-# don't edit anything below this line
+# Don't edit anything below this line
4
return_value = multi(7,53812212)
5
-print(return_value)
+print(return_value)
0 commit comments