Run ID:99613

提交时间:2024-11-30 12:09:51

# 接收第一个输入 input1 = input("请输入1: ") # 接收第二个输入 input2 = input("请输入2: ") # 在同一行显示3 print(3, end=' ')