随笔分类 -  python

摘要:print打印 换行: #1.加\n: print("hello world\nhaha") #2.字符串加三引号''': print('''hello world haha''') 不换行: #1.\: print("hello world \ haha") #2.多行用一个括号括住: print 阅读全文
posted @ 2020-04-07 10:28 lidowson 阅读(124) 评论(0) 推荐(0)