Python 数组

时间:2020-01-17 11:30:22   收藏:0   阅读:49
arr = [a,b,c]
arr.append(d);
print(arr)

for each in arr:
  print(each)
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!