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