Quick learning games for curious kids

🐍 Grade 4 Python Practice

Grade 3-4 — Print & Variables

Choose an exercise:

1. Print your name

Use print() to show your name on screen.

💡 Hint: Replace Arjun with your actual name inside the quotes.
2. Variables

Store your age in a variable and print it.

💡 Hint: Change 10 to your actual age. Numbers don't need quotes.
3. Simple addition

Add two numbers and print the result.

💡 Hint: Try changing 5 and 3 to different numbers.
📚 Study Material → 📝 Take Python Quiz →
💡 How to use this editor
Run your code — green button or Ctrl+Enter
✏️
Edit freely — change values and run again
🔴
Errors are okay — read the message and fix it
🔄
Stuck? — pick another exercise for fresh code

✏️ Your Code

Output:
— click Run Code to see output —