lst = list(range(15,26)) #注,list(range())用的是小括号哦print(lst) 转载于:https://www.cnblogs.com/jack20181017/p/9858521.html