Skip to content

A program that calculates the circumference of a wheel. The formula is C=2πr, where π is the value 3.14 and r is the radius of the circle. To take this a step further, let the radius of the circle be a random integer generated by the random module.

License

Notifications You must be signed in to change notification settings

Lugaga/Circumference-of-a-Circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Circumference-of-a-Circle

A program that calculates the circumference of a wheel. The formula is C=2πr, where π is the value 3.14 and r is the radius of the circle. To take this a step further, let the radius of the circle be a random integer generated by the random module.

About

A program that calculates the circumference of a wheel. The formula is C=2πr, where π is the value 3.14 and r is the radius of the circle. To take this a step further, let the radius of the circle be a random integer generated by the random module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages