Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- for api: 9QFxP4Ff
- os.loadAPI("moveapi")
- print ("Please enter direction:")
- direction = read()
- x, y, z = gps.locate()
- turtle.setCoords(x,y,z, direction)
- turtle.getCoords()
- print ("Calibration Complete. Who is this going to?")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement