We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c656f4 commit 4004e25Copy full SHA for 4004e25
Square/Sqaure.py
@@ -0,0 +1,4 @@
1
+number=int(input("Enter the number: "))
2
+
3
+result=number * number
4
+print(result)
0 commit comments