Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. print("how many times to the right? ")
  2. nright = tointerger(io.read())
  3.  
  4. print("how many times up? ")
  5. nup = tointerger(io.read())
  6.  
  7. print("how many times to the forward? ")
  8. nforward = tointerger(io.read())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement