How to write this question in python?The user can get the area of a sector by entering the angle and radius values. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to write this question in python?The user can get the area of a sector by entering the angle and radius values.

(I'm a beginner.)

22nd Nov 2022, 8:17 AM
abbyyy
abbyyy - avatar
1 Answer
+ 3
Google the formula for the area of the sector. Then substitute two values entered by the user into this formula and output the result for printing.
22nd Nov 2022, 8:30 AM
Solo
Solo - avatar