Skip to content

Commit 8bc0d06

Browse files
authored
Update solution.hide.py
1 parent a0496c6 commit 8bc0d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def square(num):
2+
# Your code here
23
return num ** 2
34

4-
print(square(2))
5-
print(square(3))
5+
print(square(3))

0 commit comments

Comments
 (0)