>>>x=”10”
>>>y=”50”
>>>p=x+y
>>>print(p)
a = input(’请输入一个数:’)
print(float(a)+8.5)
a=int(input(“请输入数字:”))
b=2
c=a**b/4
print(c)