🐍
Python Playground
🌓 切换主题
main.py
清空
▶
运行
# 欢迎使用 Python 在线运行器 # 在这里输入代码,然后点击运行 def greet(name): return f"Hello, {name}!" print(greet("World")) for i in range(1, 6): print(f"Counting: {i} 🚀")
Output
自动清空
✕
点击 "运行" 查看结果...