pythonV1V2/第10讲超市大促销/课堂成果/课后作业_远方的邀请函.py
sairate 7df250638d chore: 添加项目基础结构和示例代码
- 创建 .idea 目录和相关配置文件,设置项目结构
- 添加多个课堂成果示例代码,涵盖不同主题和功能
- 创建和配置 .gitignore 文件,忽略特定文件和目录
2025-07-05 09:36:00 +08:00

9 lines
427 B
Python
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.

print("幸运的小冒险家:")
print("恭喜您被选中参加2023年世界级最无聊之数豆子锦标赛。")
answer = input("您是否愿意参加比赛接收挑战呢?请回答''或者''")
if answer == "":
print("加油,期待你成为无聊之王!")
elif answer == "":
print("机不可失时不再来,真的不想想了吗?")
else:
print("题都没读懂,失去参赛资格!")