r=input("enter the radius of the circle")
theta = (0,2*pi,100)
x=r*cos(theta)
y=r*sin(theta)
plot(x,y)

vignan college

Pratap-2.4-2 (last edited 2010-12-17 10:32:51 by vssvss)