Files
homework/hello.py.txt
2509165001 7c161f6d73 1
2026-03-10 11:36:46 +08:00

10 lines
240 B
Plaintext
Raw 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.

#人工智能数据服务 -作业-
#学号2509165001
#姓名:刘进鹏
print("=" * 40)
print("学号2509165001")
print("姓名:刘进鹏")
print("Hello, Git!")
print("我已经学会使用 Git 提交作业啦!")
print("=" * 40)