We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4b009 commit ca06a8cCopy full SHA for ca06a8c
Python_Begginer_Projects/Shapes/square.py
@@ -29,4 +29,6 @@ def display_square(): # A function that displays the square
29
30
31
if __name__ == '__main__': # main function
32
- display_square()
+ display_square()
33
+
34
+ # Author - Mmabiaa
0 commit comments