What's up everyone, welcome again. Today we have a new design in python turtle module. Watch on YouTube: ⚠️⚠️If you are unable to copy the code, then copy whole page. Source Code: #SO HELLO EVERYONE #TODAY WE HAVE A NEW THING #WE HAD MAINLY USED FORWARD, BACKWARD, LEFT, RIGHT COMMAND OF TURTLE MODULE #SO PLEASE BE WITH ME TILL THE END OF THE VIDEO #SO LETS START"""" #please take screenshots import turtle window = turtle.Screen() window.bgcolor("blue") v = turtle.Turtle() v.speed(10) pc = v.pencolor fc = v.fillcolor ps= v.pensize f = v.forward b = v.backward l = v.left r = v.right #square v.fillcolor("black") v.begin_fill() ps(6) pc("red") b(150) f(300) l(90) f(300) l(90) f(300) l(90) f(300) v.end_fill() #digonals v.fillcolor("blue") v.begin_fill() ps(6) pc("red") l(135) f(420) b(210) l(90) f(210) b(420) f(210) #corner l(135) f(60) b(120) f(60) l(90) f(60) b(120) #join l(120) f(165) r(150) f(165) l(60) f(165) r(1...
Hello guys. Here you will find: interesting codes (which you can use on your android phone also), beautiful designs, knowledgeable, informative, beginner coding, etc. We will do all the coding by using the "pydroid" android application and "VS Code" for windows users (Go down for app link). So, guys if you have any doubt about the videos or codes, you can ask those by doing comments. If you like the video then: Hit the Like Button, Subscribe to the channel, and share also. Thank You. For Windows