import math x = float(input("请输入x的值:")) y = math.atan(x) / math.pi * 180 print(y)
如果觉得答案对你有帮助,请点击下采纳,谢谢~