vscode的使用以及快捷键总结

代码美化工具autopep8

shift + alt + F

终端清屏:

cls

电脑型号查看

win + x

python创建虚拟环境

python -m venv (你的虚拟名字)

ctrl + s

表示自动储存

儲存完畢後,快捷鍵 Ctrl+Shift+ `

開啟 terminal,

原文地址:https://www.cnblogs.com/tfknight/p/13266081.html