commit 980eb1edb11a1183f11daa66a585a75603284496 Author: JRNitre Date: Fri Apr 19 10:41:16 2024 +0800 初始化仓库 增加 python 部分 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