tijiao hellopython

chenzhiwei
Chen-Zhiwei 5 years ago
commit 08904807e2

@ -0,0 +1,15 @@
{
// 使 IntelliSense
//
// 访: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: 当前文件",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}

@ -0,0 +1 @@
print('hello czw')
Loading…
Cancel
Save