2018年8月9日
摘要: 一、什么是代码块? 根据官网提示我们可以获知: A Python program is constructed from code blocks. A block is a piece of Python program text that is executed as a unit. The fo 阅读全文
posted @ 2018-08-09 16:25 yellwonfin 阅读(394) 评论(0) 推荐(0) 编辑
摘要: CTRL + SHIFT + 上/下(方向箭) 》 将光标所在行的代码向上或向下移动 CTRL + SHIFT + J 》 将光标所在行代码和下一行代码连接为一行,并移除不必要的空格,匹配你的代码样式 CTRL + Y > 删除光标所在行代码 或 选中的行 SHIFT + Delete 》 删除光标 阅读全文
posted @ 2018-08-09 15:05 yellwonfin 阅读(6497) 评论(0) 推荐(1) 编辑