返回列表 發帖
a=b="40"
print("a="+a)
print("b="+b)
c=a+b
d=int(a)+int(b)
print(")
print("數字相加:"+str(d))

TOP

返回列表