how to write it correctly

后端 未结 0 611
终归单人心
终归单人心 2021-01-29 22:28
def areacircle(radius):
    """ Computes the area of a circle of the given radius """
    area = 3.14*radius**2
    print("The area of         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题