Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #progras.ru
- from turtle import *
- speed(10)
- def dice2():
- down()
- fd(100)
- lt(90)
- fd(100)
- lt(90)
- fd(100)
- lt(90)
- fd(100)
- lt(90)
- up()
- lt(35)
- fd(40)
- down()
- circle(10)
- up()
- lt(5)
- fd(55)
- down()
- circle(10)
- dice()
- done()
Advertisement
Add Comment
Please, Sign In to add comment