sairate 7df250638d chore: 添加项目基础结构和示例代码
- 创建 .idea 目录和相关配置文件,设置项目结构
- 添加多个课堂成果示例代码,涵盖不同主题和功能
- 创建和配置 .gitignore 文件,忽略特定文件和目录
2025-07-05 09:36:00 +08:00

15 lines
641 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.

'''
p仔的闹钟是个淘气鬼
每天都变着法子叫p仔起床
今天,它又换了新的唤醒服务~
5次提醒后p仔终于从床上爬了起来。
同学们试着用print()打印出闹钟的铃声内容吧!
(悄悄说一句,可以自己更改铃声内容,一般人我不告诉他)
'''
print("懒虫,懒虫,快起床!太阳晒到屁股啦!")
print("懒虫,懒虫,快起床!太阳晒到屁股啦!")
print("懒虫,懒虫,快起床!早饭要被吃光啦!")
print("懒虫,懒虫,快起床!上学马上迟到啦!")
print("懒虫,懒虫,快起床!妈妈要来打屁股啦!")