From c299959b3bbf1ad8882787f9576199385b1fe572 Mon Sep 17 00:00:00 2001 From: 2505140092 <2505140092@studunt.edu.cn> Date: Thu, 12 Mar 2026 20:15:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=BD=9C=E4=B8=9A=E4=B8=80?= =?UTF-8?q?=EF=BC=9AGit=E5=85=A5=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homework01/hello.py.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 homework01/hello.py.txt diff --git a/homework01/hello.py.txt b/homework01/hello.py.txt new file mode 100644 index 0000000..cb77d6b --- /dev/null +++ b/homework01/hello.py.txt @@ -0,0 +1,10 @@ +# 人工智能数据服务 - 作业一 +# 学号:2505140092 +# 姓名:戴曦琴 + +print("=" * 40) +print("学号:25051140092") +print("姓名:戴曦琴") +print("Hello, Git!") +print("我已经学会使用 Git 提交作业啦!") +print("=" * 40) \ No newline at end of file