mjmac85

Untitled

Mar 21st, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3.  
  4. repeat
  5. print("Enter tunnel Length (even number): ")
  6. length = read()
  7. until length % 2 == 0
  8.  
  9. print("Place fuel in slot 1.\n")
  10. print("Place torches in slot 2.\n")
Advertisement
Add Comment
Please, Sign In to add comment