Saturday, March 2, 2019

How to Find Radius - Python3

a=int(input('Enter radius: '))
print(3.14*a*a)

ScreenShot:

No comments:

Post a Comment