摘要: python学习第一周 注释 单行注释:用#开头 多行注释:用'''或"""包裹起来 快捷键:ctrl+/ 缩进 Tap:向前缩进 shift+Tap:向后缩进 print print默认每次换行 print("Date") print("whale") 输出 Date whale print("d 阅读全文
posted @ 2023-11-21 23:00 往日か 阅读(41) 评论(0) 推荐(0)