Skip to content

Commit 921abdd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/006.1-square_value_of_number/solution.hide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ def square(num):
22
# Your code here
33
return num ** 2
44

5-
print(square(3))
5+
print(square(6))

0 commit comments

Comments
 (0)