🚀
COUNTDOWN STATUS:
SYSTEM ERROR

CODE FIX REQUIRED
AWAITING PROGRAM...
Loop Structure for Calculations
Given:
â€ĸ Start position: x = 0
â€ĸ Steps needed: n = 10
â€ĸ Distance per step: d = 500 km
â€ĸ Loop variable: i (changes each time)

Pattern:
for i in range(n):
    position = i × d
    print("Step", i, "Position:", position)
💡 Katherine's Note:
"Loops repeat calculations automatically! Each time through the loop, 'i' increases by 1. We use it to calculate the next position and print the result. This is how we track the spacecraft's journey step by step."
Katherine Johnson
Time Machine Repair
🧩 Code Skeleton (with blanks)
What the player sees (with ??? as drop-zones):
You can use an option more than once!
◆ Available Options:
print
if
for
in
range(1, 6)
second
5
while
range(5)
time
1
else
# Valentina's launch countdown
for in :
("T-minus", )
if == :
print("LIFTOFF, VALENTINA!")