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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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