Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def etap_1_lub_2(blok_toru, block_checkpointa):
- for i in range(randint(10, 15)):
- przod = randint(2, 3)
- bok = randint(-1, 1)
- wysokosc = randint(-1, 1)
- dlugosc = randint(0, 3)
- builder.shift(przod, wysokosc, bok)
- builder.mark()
- builder.move(FORWARD, dlugosc)
- builder.line(blok_toru)
- builder.mark()
- builder.shift(2, 0, -4)
- builder.fill(block_checkpointa)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement