Filename : main.py # author by : www.twle.cn # 用户输入数字 num1 = input('输入第一个数字:') num2 = input('输入第二个数字:') # 求和 sum = float(num1) + ...
確定! 回上一頁