原创 python3--list的使用

for i in range(1,10):     print (i) k = ['I','am','chinese','.'] print (k[0]) #for l in k:  #   print