HOW TO WRITE INDIA USING PYTHON?? Hello Guys, in this blog I will tell you how to write INDIA, 1. import turtle on your Vs-Code. 2. Follow the given instruction in the video.๐๐ผ INDIA #SOURCE CODE import turtle as t t . pencolor ( ' white ' ) t . pensize ( 3 ) t . bgcolor ( ' #000080 ' ) #allignments t . penup () t . forward ( 58 ) t . left ( 90 ) t . forward ( 75 ) t . left ( 90 ) t . pendown () #function for curve def curve01 ( a , d ): for i in range ( d ): t . right ( a ) t . forward ( 1 ) def curve02 ( a , d ): for i in range ( d ): t . left ( a ) t . forward ( 1 ) #dddddddddd...
In this website i will upload coding related blogs, Let's Learn with me. I have made some amazing turtle graphics and shared on this blog. If you want to made any character which you love most than you can comment to the site. I also shared some coding bugs.