Python 读入多个整数

a1,a2,a3,...,an = map(int,input().split())

原文地址:https://www.cnblogs.com/BeautifulWater/p/14763953.html