Vscode:
——扩展中下载并安装Python ——You can download and install Python plug-in in extend——
picture 1
新建一个文件:——construct a file——
——测试 ——test——
键入:print(Hello world!)——print :input( Hello World!)
shift+crtl+p:键入 Python:Select Interpreter——shift+crtl+p:input Python:Select Interpreter
安装扩展 :code runner(一键运行代码)
picture 2运行代码
点击Run Code——click Run Code——
picture 3
在输出界面得到结果——you can get the result in output interface——
picture 4
网友评论