Download the mixed-topic notebooks for our weekly two-hour coding sessions. Each notebook contains six competition-style questions with blank answer cells. Middle- and high-school students work from the same packet, and all six problems are required. Sessions 1–4 build loop and decision foundations; Sessions 5–8 continue with the original, more challenging mixed practice.
Practice the exact output contract
Write a complete Python program for each question: read the competition-style input and print the required output exactly. Spaces, capitalization, punctuation, and newlines matter. The website does not accept submissions or score answers automatically. These are original, independent GaSTC-style practice materials created by Bridge Academy; they are not official GaSTC questions.
SESSIONS 1–8 · 8 NOTEBOOKS
Download a practice notebook
Session 1
Beginner Mixed Competition Practice 1
Gentle mixed practice with input/output, integer arithmetic, decisions, totals, string iteration, and a simple rule loop.