GUVI
Back

circumference of a circle

Created 2 years ago
30 Views
1 Comments
PRAVEENj8bkj2
@PRAVEENj8bkj2
PRAVEENj8bkj2
@PRAVEENj8bkj2Profile is locked. Login

import math

r=int(input())

if(r>0):

print(round(2*math.pi*r,2))

else:

print("Error")


for input=0.4

it showing error but i want to print circumberence

Comments
Please login to comment.
 
Powered by habitate.io Habitate