0
Program for find out area of circle by python
4 Réponses
+ 1
Try to search for examples in Code Playground. Someone must have done that before I'm sure.
+ 1
Circle area is pi* (r**2) where pi=3.14 and r is from input()
+ 1
Simply use the formula that you learned in math class.
+ 1
Thanks guys