We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933a354 commit 8a774d8Copy full SHA for 8a774d8
1 file changed
Hello/area.py
@@ -0,0 +1,5 @@
1
+#wap input a side of a square & prints the area
2
+
3
+side=float(input("Enter a side of a square: "))
4
5
+print("Area Of square",side*side)
0 commit comments