• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.