How does python draw a car
This article mainly introduces python how to draw a car, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.
Draw a car
Try to draw a car and set a small goal for yourself.
(the color,begin_fill,end_fill,circle,setheading function is added to this code)
> import turtle > t = turtle.Pen () > t.color 0) > t.begin_fill () > t.forward (100) > t.left (90) > t.forward (20) > t.left (90) > t.forward (20) > > t.right (90) > t.forward (20) > > t.left (90) > t.forward (60) > > t.left (90) > t.forward (20) > > t.right (90) > t.forward (20) > > t.left (90) > > t.forward (20) > end _ Fill () body > t.color (0focus 0 0) > t.up () > t.forward (10) > t.down () > t.begin_fill () > t.circle (10) > t.end_fill () left wheel > t.setheading (0) > t.up () > t.forward (90) > t.right (90) > t.forward (10) > t.setheading (0) > t.begin_fill () > t.down () > > t.circle (10) > t.end_fill () right Wheel, thank you for reading this article carefully. I hope the article "python how to draw a car" shared by the editor will be helpful to you. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!