首页 新闻 赞助 找找看
1
回答数

回答被采纳 求老师帮忙,这个程序select ,'t',结果不是15是21,为什么,而且重复执行‘t'

def circle(): r=input('please enter the radius of the circle:') area=3.14*r**2 return area def recta