+ 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.)
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.