2017-10-21 40 views

回答

0

正如在評論中提到上文打印清單:

a=[] 

for i in range(0,10): 
    a.append(i) 
print(a)