Python零基礎入門(2)——常用的快捷命令、數據類型、輸入輸出格式、變量介紹

1.常用快捷名命令 pycharm設置界面(ctrl + alt + s) 快速創建文件(alt + insert) 格式化python代碼(ctrl + alt + l) 快速註釋代碼(ctrl + /) 快速複製代碼(ctrl + d) 快速撤銷代碼(ctrl + z) 快速取消撤銷代碼(ctrl + shift + z) 快速刪除代碼(ctrl + x) 快速重命名(shift + f6)
相關文章
相關標籤/搜索