Skip to content

Commit ca06a8c

Browse files
authored
Update square.py
1 parent 9a4b009 commit ca06a8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Python_Begginer_Projects/Shapes/square.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ def display_square(): # A function that displays the square
2929

3030

3131
if __name__ == '__main__': # main function
32-
display_square()
32+
display_square()
33+
34+
# Author - Mmabiaa

0 commit comments

Comments
 (0)