Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. from turtle import*
  2.  
  3. print(" Réalisé par Mr Kamel Bel Asri")
  4. bgcolor("red")
  5. color("white","white")
  6. up()
  7. goto(0,-150)
  8. begin_fill()
  9. down()
  10. circle(200)
  11. end_fill()
  12. color("red","red")
  13. up()
  14. goto(0,-130)
  15. begin_fill()
  16. down()
  17. circle(180)
  18. end_fill()
  19. up()
  20. goto(27,-117)
  21. begin_fill()
  22. color("white","white")
  23. down()
  24. circle(165)
  25. end_fill()
  26. up()
  27. goto(-25,30)
  28. color("red","red")
  29. begin_fill()
  30. down()
  31. for i in range(5) :
  32. forward(150)
  33. left(144)
  34. end_fill()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement