CR
Code With Raman
← Back to Tutorial
🐍 Python Playground
Switch to SQL
editor.py
↺ Reset
▶ Run
1
print("Hello, World!") print("Welcome to the Python Playground!") # Try editing this code and click Run ▶ name = "Alice" age = 25 print(f"My name is {name} and I am {age} years old.") # Simple loop for i in range(1, 6): print(f"Count: {i}")
Examples:
Hello World
Variables
Loops
Functions
Lists
Fibonacci
output
✕ Clear
Click ▶ Run to execute your code...