Program for find out area of circle by python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Program for find out area of circle by python

12th Feb 2020, 7:04 PM
Mujahid Sutar
Mujahid Sutar - avatar
4 Answers
+ 1
Try to search for examples in Code Playground. Someone must have done that before I'm sure.
12th Feb 2020, 7:09 PM
Ipang
+ 1
Circle area is pi* (r**2) where pi=3.14 and r is from input()
12th Feb 2020, 7:17 PM
Gabriel Ilie
Gabriel Ilie - avatar
+ 1
Simply use the formula that you learned in math class.
13th Feb 2020, 2:41 AM
Sonic
Sonic - avatar
+ 1
Thanks guys
13th Feb 2020, 6:23 PM
Mujahid Sutar
Mujahid Sutar - avatar