Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Combien de blocs fera votre pont ?")
- blocs = read()
- blocs = tonumber(blocs)
- print("Le pont va commencer !")
- repeat
- turtle.forward()
- turtle.placeDown()
- blocs = blocs - 1
- until blocs == 0
Advertisement
Add Comment
Please, Sign In to add comment