▶
CodeRun
🐍 Python 3
⚡ Node.js
💻 Bash
Clear
Save
▶ Run
🐍 Python 3
Ctrl
+
Enter
to run
# Python Playground print("Hello, World!") import math for i in range(1, 6): stars = "*" * i print(f" Line {i}: {stars}") print(f"Pi = {math.pi:.4f}")
Output
Ready
Click Run or press Ctrl+Enter to execute...
⚡ Need more power?
PandaKit Pro
- 30s timeout, 500KB code, private snippets, 10+ languages. $0.50/mo
Save & Share Snippet
Cancel
Save