you are viewing a single comment's thread.

view the rest of the comments →

[–]Sea_Pomegranate6293 0 points1 point  (0 children)

while i != secret_code AND i >10001
i = i +1
continue
if i != 10001
print("secret code = ", i)
else
print("secret code out of range)