Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- repeat
- print("Enter tunnel Length (even number): ")
- length = read()
- until length % 2 == 0
- print("Place fuel in slot 1.\n")
- print("Place torches in slot 2.\n")
Advertisement
Add Comment
Please, Sign In to add comment