Question

7. Write a python program that asks a user to enter the radius of

a circle. Then calculate and display the circumference and area

of the circle on the console. Use the information provided below.

Circumference = 2*

radius * pi

Area = radius²

Question image 1