摘要:
操作列表 1、for循环运用及遍历列表 ****python与shell相比 for 循环多了冒号":" magicians=['alice', 'david', 'carolina'] for magician in magicians: print(magician.title() + ", t 阅读全文
摘要:
打印 print("my name is zhoul") 变量赋值 message = "my sex is male" print(message) message = "my favorite is lol" print(message) 字符串,双引号和单引号的使用 >>> message = 阅读全文