๐ Python Basics — 5 Interactive Modules
Edit code live with syntax highlighting and click ▶ Run. Each module runs separately via Pyodide.
Module 1 — Hello & Print
Your first Python program using
print() and input().๐ฌ Show Output
— output here —
Module 2 — Variables & Types
Numbers, strings, booleans, and type checking.
๐ฌ Show Output
— output here —
Module 3 — Control Flow
Using
if/else, loops, and range().๐ฌ Show Output
— output here —
Module 4 — Functions & Modules
Defining functions and using the
math library.๐ฌ Show Output
— output here —
Module 5 — Lists & Comprehensions
Creating lists, slicing, and list comprehensions.
๐ฌ Show Output
— output here —