Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help! new to python
#3
Quote:2. Given a radius of the circle, calculate the area of the circle
Example:

Input radius: 12
Output area: 452.3893421169302
Hint: Try to find area of the circle formula
Use the following formula : Area of circle = π*r^2
Reply


Messages In This Thread
Help! new to python - by Hafiz - Jan-28-2020, 11:33 AM
RE: Help! new to python - by buran - Jan-28-2020, 11:37 AM
RE: Help! new to python - by satyashetty - Jan-29-2020, 08:54 AM
RE: Help! new to python - by jefsummers - Jan-29-2020, 09:12 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020