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 6eab420 commit a0496c6Copy full SHA for a0496c6
exercises/006.1-square_value_of_number/app.py
@@ -1,5 +1,5 @@
1
-# your code here
2
def square(num):
+ # Your code here
3
return None
4
5
-print(square(6))
+print(square(6))
0 commit comments