2023年11月21日
摘要: Python学习笔记 注释 单行注释用# 多行注释''' ''' """ ""” 输出 print() 自带换行——可以用print("hello world",end="")删除换行 print("hello","world")输出结果是hello world默认空格。print("hello", 阅读全文
posted @ 2023-11-21 20:01 彗 阅读(29) 评论(0) 推荐(0)