Files
homework/homework01/hello.py.txt
2026-03-12 20:15:21 +08:00

10 lines
247 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 人工智能数据服务 - 作业一
# 学号2505140092
# 姓名:戴曦琴
print("=" * 40)
print("学号25051140092")
print("姓名:戴曦琴")
print("Hello, Git!")
print("我已经学会使用 Git 提交作业啦!")
print("=" * 40)