Circumference using python

Circumference in Python
First open your python ide ,I recommend you to use py charm for python then write the following code-

print ("enter the radius ")
radius = int(input())
Circumference = 2*22/7*radius
print(cir)

Comments

Popular posts from this blog

Loops in C++

How to make a loading screen in qbasic