Skip to content

Commit 8a774d8

Browse files
committed
area
1 parent 933a354 commit 8a774d8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Hello/area.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)