python中创建一个1到100的列表

如题所述

第1个回答  2021-05-23
lis = list(range(1, 101))
相似回答