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
- repeat
- print("Place fuel in slot 1.")
- until turtle.select(1) != 0
- repeat
- print("Place torches in slot 2.")
- until turtle.select(2) != 0
Advertisement
Add Comment
Please, Sign In to add comment