diff --git a/hello.py.txt b/hello.py.txt new file mode 100644 index 0000000..8addc46 --- /dev/null +++ b/hello.py.txt @@ -0,0 +1,10 @@ +#人工智能数据服务 -作业- +#学号:2509165001 +#姓名:刘进鹏 + +print("=" * 40) +print("学号:2509165001") +print("姓名:刘进鹏") +print("Hello, Git!") +print("我已经学会使用 Git 提交作业啦!") +print("=" * 40) \ No newline at end of file