From 980eb1edb11a1183f11daa66a585a75603284496 Mon Sep 17 00:00:00 2001 From: JRNitre Date: Fri, 19 Apr 2024 10:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E4=BB=93=E5=BA=93?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=20python=20=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01_vscode_python_template_20240419/hello.py | 1 + README.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 01_vscode_python_template_20240419/hello.py create mode 100644 README.md diff --git a/01_vscode_python_template_20240419/hello.py b/01_vscode_python_template_20240419/hello.py new file mode 100644 index 0000000..ce47b77 --- /dev/null +++ b/01_vscode_python_template_20240419/hello.py @@ -0,0 +1 @@ +print("hello") \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..64793e4 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Python 代码 + +## 项目命名规范 + +* 序号 +* IDE +* 语言 +* 项目简述 +* 创建时间 \ No newline at end of file