摘要: magicians = ['alice','david','carolina'] #for循环操作 for magician in magicians: #不要遗漏冒号 print(magician) print( magician.title()+', that was a great trick') print(... 阅读全文
posted @ 2016-09-12 18:19 JessisLong 阅读(162) 评论(0) 推荐(0) 编辑