没错又是我,我又来了,这个是输入错了,还是编码有错误?希望可以解答,谢谢(*°∀°)=3
p = [] for _ in range(10): x = int(input('请输入数字:')) # x = int(input()) p.append(x) print(tuple(p))