练习1:基础输出 1.5
Python
# 任务1:打印自己的名字
print("我的名字是:XXX")
# 任务2:打印多行信息
print("=== 个人介绍 ===")
print("姓名:XXX")
print("班级:XXX")
print("爱好:XXX")