run()
{ 0: "the basics" }

Get a Python program
Find the syntax error

Pyntax shows you a tiny Python program. With exactly 1 syntax error. Spot it. Fix it. Move on.

# find the syntax error def greet(name) print("hello,", name) greet("world")
{ 1: "syntax" }

Tiny things can break everything

Every challenge targets one of these. Train them daily and your eyes stop bouncing. They land.

{ 2: "examples" }

Edit Check Repeat

A real editable Python program with a problem. Fix it. Run Check to verify. Can't spot the problem? Pyntax will help you.

{ 3: "how it works" }

Learn it Use it Own it

open_trainer()