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

9 lines
388 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("嗨,大家好,我叫大强!") #介绍自己的姓名
print("我是一个真ikun喜欢唱跳rap和篮球。") #介绍自己的爱好
print("music~") #开始展示
print("┗|O|┛")