Skip to main content

Posts

Showing posts from August, 2022

India python turtle

    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...

Iron man using pyton

    HOW TO MAKE  IRON MAN  USING    PYTHON TURTLE Hello Guys,  In this Blog  I   will tell you   how to  make   your  favorite   superhero.                                                                   #Result IRON MAN - MARVEL STUDIO                                             #Source Code #Iron man With python turtle from turtle import * bgpic (" lk.png ") # function for curve def curve01 ( a , d ):     for i in range ( d ):         right ( a )         forward ( 1 ) def curve02 ( a , d ):     for i in range ( d ):         left ( a )    ...

how to install turtle in python in vs code

Hello ๐Ÿ‘‹ Guys in this blog I will tell you about, สœแดแดก แด›แด ษชแดแด˜แดส€แด› แด˜สแด›สœแดษด แด›แดœส€แด›สŸแด‡ แดษด แด ๊œฑ แด„แดแด…แด‡ ๐”ฝ๐• ๐•๐•๐• ๐•จ ๐•ฅ๐•™๐•– ๐•—๐• ๐•๐•๐• ๐•จ๐•š๐•Ÿ๐•˜ ๐•ค๐•ฅ๐•–๐•ก๐•ค 1. Open VS-CODE 2. Create a PYTHON file 3. Open a  terminal 4.   ✍️ in terminal pip install PythonTurtle 5. Press Enter 6. Open the python file ๐Ÿ—ƒ️ 7. Write import turtle   ๐—”๐—ณ๐˜๐—ฒ๐—ฟ ๐—ณ๐—ผ๐—น๐—น๐—ผ๐˜„๐—ถ๐—ป๐—ด ๐˜๐—ต๐—ถ๐˜€ ๐˜€๐˜๐—ฒ๐—ฝ๐˜€ ๐˜†๐—ผ๐˜‚ ๐—ต๐—ฎ๐˜ƒ๐—ฒ ๐˜€๐˜‚๐—ฐ๐—ฐ๐—ฒ๐˜€๐˜€๐—ณ๐˜‚๐—น๐—น๐˜† ๐—ถ๐—บ๐—ฝ๐—ผ๐—ฟ๐˜๐—ฒ๐—ฑ PYTHON TURTLE . Visit My channel:-  CODE GYANI