在python3.4版本中,如果我要對list進行賦值1:100,可表達出來的結果還是range格式,請問怎么處理?L=range(1,101) print(L) range(1,?101)?#結果上面的表達是我想要的結果和2.7版本的一樣,應該是從1,2,……100 查看完整描述