摘要: a = 'examples' print(a) for i in a: print(i) s = 'this is a string examples' ls = s.split() print(ls) for i in ls: print(i tup = ('Nacy', 'Andy', 56); 阅读全文
posted @ 2018-03-22 19:57 104陈颖楠 阅读(74) 评论(0) 推荐(0) 编辑