Python 中输入多个数字:. a, b, c = map(int, input().split()). 1、输入一个数字直接m = int(input()). 2、输入两个数字就是m, n = map(int, ...
確定! 回上一頁