Skip to content

Commit a0496c6

Browse files
authored
Update app.py
1 parent 6eab420 commit a0496c6

File tree

1 file changed

+2
-2
lines changed
  • exercises/006.1-square_value_of_number

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 @@
1-
# your code here
21
def square(num):
2+
# Your code here
33
return None
44

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

0 commit comments

Comments
 (0)