English, asked by nancyinsan7667, 3 months ago

In his speech chief Seattle asked the audience number of questions he also creates vivid pictures in the minds of the audience. What are the other features of the speech?list them

Answers

Answered by FriendsLoverAritra
0

Answer:

r = float(input("Enter the radius of the circle: "))

area = math.pi* r * r

print("%.2f" %area)

Similar questions