Areainpython
Areainpython
Python
1|python
Department: Bs mathematics
Area of circle
>>> pi=3.1415926535897932384626433832795
>>> r=5
r=5
>>> print("area of circle",pi*r*r)
Area of rectangle
>>> L=10
W=width=5
>>> W=5
Area of a square
>>> L=4
area of square 16
L=4
>>> b=7
A B
b=7