DarkMind Ltd logo

CodeNova

Python Cards Adventure

Pack Overview

Logic

Teach programs how to choose what happens next.

Step 1

if

Make code react only when a condition is true.

not started
Open lesson

Step 2

else

Choose what should happen when the first condition is false.

not started
Open lesson

Step 3

elif

Handle more than two choices without messy logic.

not started
Open lesson

Step 4

comparisons and boolean logic

Compare values and combine conditions with and/or.

not started
Open lesson

Boss Challenge

Choice Game

Build a tiny branching game powered by conditions.

Unlocks after all four standard lesson cards are mastered and the boss quiz is passed.