完成作业一:Git入门
This commit is contained in:
10
homework01/hello.py.txt
Normal file
10
homework01/hello.py.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# 人工智能数据服务 - 作业一
|
||||||
|
# 学号:2505140092
|
||||||
|
# 姓名:戴曦琴
|
||||||
|
|
||||||
|
print("=" * 40)
|
||||||
|
print("学号:25051140092")
|
||||||
|
print("姓名:戴曦琴")
|
||||||
|
print("Hello, Git!")
|
||||||
|
print("我已经学会使用 Git 提交作业啦!")
|
||||||
|
print("=" * 40)
|
||||||
Reference in New Issue
Block a user