摘要: print('hellow world') """ 多行注释"""#大小写print('i love you')mssage='hellow world'print(mssage)name=('ada lovelace')print(name.title())print(name.upper())print(name.lower())# 字符串拼接 【建议使用join】first_name=... 阅读全文
posted @ 2018-10-14 11:01 alfred_hong 阅读(426) 评论(0) 推荐(0) 编辑