๐Ÿš€ Space Treasure Hunt: Linear Scan Protocol

Mission: Write the Python logic to control the robot scanner and find the energy core (valueย 99).

๐Ÿ”ญ Scanner Visualizer

Target: 99
Index: 0
System ready. Enter protocol code on the right panel.

๐Ÿ’ป Python Control Terminal

chests = [random array of chests...]
target = 99
index = 0
# Complete the while loop logic below:
while :
if :
# Exit loop when target is found:
else:
# If not found, move to the next chest: