摘要: # filename:python2.24(2).py# author:super# date:2018-2-24# 使用for打印出一个Listprint('today to learn the ')names = ['aa', 'bb', 'cc']for i in names: print(i 阅读全文
posted @ 2018-02-24 22:52 super-JAVA 阅读(209) 评论(0) 推荐(0)
摘要: # filename:python2.24.py# author:super# date:2018-2-24print('today to learn how to add/delete/change the list')# 学习list的append, insert, del, remove, p 阅读全文
posted @ 2018-02-24 09:34 super-JAVA 阅读(145) 评论(0) 推荐(0)