lesson

Free Python practice

objective: Run and debug any standalone Python program with the AI tutor
Task type: write new code

Paste any Python program into the editor. It runs locally in your browser; the tutor receives the source, its output or error, and the behavior you describe below.

What should this program do?
  • Paste or write a Python program
  • Describe its intended behavior
  • Run it safely in the browser
  • Review syntax, runtime, logic, and edge-case issues
main.pyattempt 0
1
2
3
4
5
6
7