Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. io.write("What is the crop type: ")
  2. croptype = io.read()
  3. io.write("How many blocks forward: ")
  4. blocksforward = io.read()
  5. io.write("How many blocks to the right: ")
  6. blocksright = io.read()
  7. print(croptype)
  8. print(blocksforward)
  9. print(blocksright)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement