社 [基础]输入输出变量条件循环
摘要:T1 计算A+B a, b = input().split() a = int(a) b = int(b) print(a+b) a, b = map(int, input().split()) #更简单的方式,文末会讲到 print(a + b) T2 A*B a, b = map(int, in
阅读全文
posted @ 2022-03-11 01:27
posted @ 2022-03-11 01:27
posted @ 2020-10-06 11:27
posted @ 2020-07-17 22:37
posted @ 2020-07-11 21:00
posted @ 2020-07-11 20:39