Advertisement
gandalfbialy

Untitled

Jun 17th, 2025
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. def etap_1_lub_2(blok_toru, block_checkpointa):
  2. for i in range(randint(10, 15)):
  3. przod = randint(2, 3)
  4. bok = randint(-1, 1)
  5. wysokosc = randint(-1, 1)
  6. dlugosc = randint(0, 3)
  7.  
  8. builder.shift(przod, wysokosc, bok)
  9. builder.mark()
  10.  
  11. builder.move(FORWARD, dlugosc)
  12. builder.line(blok_toru)
  13. builder.mark()
  14. builder.shift(2, 0, -4)
  15. builder.fill(block_checkpointa)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement