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 a0496c6 commit 8bc0d06Copy full SHA for 8bc0d06
exercises/006.1-square_value_of_number/solution.hide.py
@@ -1,5 +1,5 @@
1
def square(num):
2
+ # Your code here
3
return num ** 2
4
-print(square(2))
5
-print(square(3))
+print(square(3))
0 commit comments