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
0
Answer:
r = float(input("Enter the radius of the circle: "))
area = math.pi* r * r
print("%.2f" %area)
Similar questions