How to learn coding using Mobile 🔥🔥 | Practically | Python for Beginners

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 578

  • @Practicallyapp
    @Practicallyapp  2 года назад +142

    Click on below link for more patterns on Learn Python using Mobile
    ruclips.net/user/shortsRXJbW-leba0?feature=share

  • @Gbrowx
    @Gbrowx 10 месяцев назад +515

    Meanwhile I'm still looking for the turtle 😭🤣

  • @shivshakticreations3845
    @shivshakticreations3845 Год назад +181

    thank you so much I did it first time because you 😭😭💙

  • @xgod314
    @xgod314 2 года назад +512

    Workss perfectly

    • @cyber_boy88
      @cyber_boy88 Год назад +6

      Bhai ni work karta hai

    • @cyber_boy88
      @cyber_boy88 Год назад +5

      It's fake information 😂

    • @phaneendrayarlagadda1521
      @phaneendrayarlagadda1521 11 месяцев назад

      File "/data/user/0/ru.iiec.pydroid3/files/temp_iiec_codefile.py", line 8
      for i in inrange(5):
      IndentationError: unexpected indent

    • @sheluvsbee
      @sheluvsbee 11 месяцев назад

      ​@@cyber_boy88wdym? It's working, try this code i upgrade it
      import turtle as t
      t.bgcolor("white")
      t.pencolor("black")
      t.pensize(5)
      t.up()
      t.goto(0, 200)
      t.down()
      for i in range(72):
      t.forward(20)
      t.right(5)
      t.hideturtle()
      t.showturtle()
      t.bgcolor("white")
      t.pencolor("black")
      t.pensize(5)
      t.up()
      t.goto(-190, 25)
      t.down()
      for i in range(5):
      t.forward(400)
      t.right(144)
      t.hideturtle()
      t.done()

    • @Discogaming152
      @Discogaming152 10 месяцев назад +3

      Bhai work karta pehle kar ke to dekho...

  • @supriyavinod1198
    @supriyavinod1198 2 года назад +18

    it works perfectly without an error
    👍🏻👍🏻👍🏻👍🏻

    • @adarilaxmiprasanna9565
      @adarilaxmiprasanna9565 Год назад

      I have an error on second line please clarify the doubt

    • @supriyavinod1198
      @supriyavinod1198 Год назад +1

      @@adarilaxmiprasanna9565 import turtle as t
      t.bgcolor("black")
      t.pencolor("yellow")
      t.pensize(8)
      t.up()
      t.goto(-200,0)
      t.down()
      for i in range(5):
      t.forward(400)
      t.right(144)
      t.hideturtle()
      t.done()

    • @srinivaspanneerl.m750
      @srinivaspanneerl.m750 Год назад +1

      Bro error this bgcolour Ella bgcolor OK

    • @srinivaspanneerl.m750
      @srinivaspanneerl.m750 Год назад +1

      Bro second line la bgcolor nu type pannuka

    • @Yt.unknown_111
      @Yt.unknown_111 Год назад

      ​@@supriyavinod1198 bruh t.forwad (400) me error a ra ha

  • @fanboy574
    @fanboy574 2 года назад +35

    it Perfectly worked.... Thank you So Much.....
    😃👌😊💜

  • @btsarmy7-m8o
    @btsarmy7-m8o Год назад +19

    It works thanks dude🎉

  • @ivyyy._hazel
    @ivyyy._hazel Год назад +12

    Thank god our teacher taught me all this in class 7 in school❤

    • @hotsoupcoldsilence6052
      @hotsoupcoldsilence6052 Год назад +2

      but didn't they teach you the past tense of teach is taught?

    • @ivyyy._hazel
      @ivyyy._hazel Год назад +1

      @@hotsoupcoldsilence6052It was just a silly mistake. Sorry Unnie💜🥺

    • @hotsoupcoldsilence6052
      @hotsoupcoldsilence6052 Год назад +4

      @@ivyyy._hazel hey its alright. no need to say sorry. i am sorry if I came across as rude.💜

    • @ivyyy._hazel
      @ivyyy._hazel Год назад +2

      @@hotsoupcoldsilence6052 No,you are not rude.Please don't say sorry💜

    • @ivyyy._hazel
      @ivyyy._hazel Год назад +1

      @motivationhub018 Huh?

  • @Riteshbossgaming
    @Riteshbossgaming 7 месяцев назад +17

    import turtle as t
    t.bgcolor("black")
    t.pencolor("yellow")
    t.pensize(8)
    t.up()
    t.goto(-200,0)
    t.down()
    for i in range (5):

  • @AartiYadav-zq3sm
    @AartiYadav-zq3sm Год назад

    I typed program firs time myself & it's work successfully I'm so happy...thank you so much😊

    • @phaneendrayarlagadda1521
      @phaneendrayarlagadda1521 11 месяцев назад

      File "/data/user/0/ru.iiec.pydroid3/files/temp_iiec_codefile.py", line 8
      for i in inrange(5):
      IndentationError: unexpected indent

    • @RisingAgain
      @RisingAgain 6 месяцев назад

      ​@@phaneendrayarlagadda1521code galat dala hoga. Isko same sequence me dalo.. And same place pe jaise mene dala hai.
      Last pe for k straight down pe t. done() dalna. out side for nhi jana chahiye
      import turtle as t
      t.bgcolor("white")
      t.pencolor("yellow")
      t.pensize(6)
      t.up()
      t.goto(-200, 0)
      t.down()
      for i in range(5):
      t.forward(400)
      t.right(144)
      t.done()

  • @M.Murmu-cp7bo
    @M.Murmu-cp7bo 9 месяцев назад

    It's working very well sir.

  • @YashpalSinghKharwal
    @YashpalSinghKharwal Год назад +75

    Try this one
    import turtle as t
    t.bgcolor("green")
    t.pencolor("red")
    t.pensize("10")
    t.up()
    t.goto(-200,0)
    t.down()
    for i in range(18):
    t.forward(400)
    t.right(100)
    t.hideturtle()
    t.done()

    • @user-TuanVo
      @user-TuanVo Год назад +4

      Cool i like it

    • @spicycon
      @spicycon 10 месяцев назад +2

      Cool As f Bro 😎...

    • @WankhedeKomal
      @WankhedeKomal 9 месяцев назад +2

      WOW IT'S LOOKING SO COOL....

    • @Nirmala_1985
      @Nirmala_1985 8 месяцев назад

      Why u r only typing this what is python

    • @mantupandey2452
      @mantupandey2452 7 месяцев назад

      Didn't work please help

  • @condesaheartangelo4
    @condesaheartangelo4 4 месяца назад

    Bro so straight to the point

  • @TharaniAnandan
    @TharaniAnandan 11 месяцев назад +1

    Thanks for this video sir ❤

  • @Useartists1971_4
    @Useartists1971_4 6 месяцев назад

    It really works thanks 🙏 it's my first program 🎉

  • @aniketkalode5785
    @aniketkalode5785 2 года назад +60

    work perfectly 👍👍👍👍

  • @Thecool_editor
    @Thecool_editor Год назад +3

    import turtle as t
    t.bgcolor("black")
    t.pencolor("yellow")
    t.pensize(8)

  • @Trupfungamezzz5983
    @Trupfungamezzz5983 2 года назад +389

    Video achaa tha par kuch samaj nahi aya 😂😂😂😂

    • @Motivation_Of_The_Day_
      @Motivation_Of_The_Day_ 2 года назад +4

      😂😂😂

    • @REDDEMON200K
      @REDDEMON200K 2 года назад +7

      Yes 😭😭😭

    • @Crizno
      @Crizno Год назад +12

      In 10th std IT subject there's chapter for this called programning. Its a fixed method, just change some words and you can draw shapes. Its so easy, no need to byheart.

    • @AditiSingh-yb8fq
      @AditiSingh-yb8fq Год назад +1

      He is just using python turtle on Android and is using an application called pydroid

    • @captain_9999
      @captain_9999 Год назад +1

      Same bro😅😅

  • @pranalidhangar
    @pranalidhangar 4 месяца назад +1

    Thank you very much sit mujhe python ke bare me kuch nhi pata mujhe coding me intrest bhi nhi aarha tha lekin mene jab jab try kiya to bahot ache se work kiya aur isse mujhe bahot motivation mili ab me puri python sikhungi thank you very much sir 🥹🙏

  • @desiracerfitness
    @desiracerfitness 2 года назад +16

    my cooding is perfect but it not show
    star on screen

  • @Theperfectthings405
    @Theperfectthings405 11 месяцев назад

    I used this and it worked ❤❤

  • @MilkiTeamii
    @MilkiTeamii Год назад +321

    *Lol i didn’t know python was so easy*

  • @PeterOketch-wi4jd
    @PeterOketch-wi4jd 7 месяцев назад

    Woow ..cool men ..it actually works

  • @iammuxammadiyev
    @iammuxammadiyev Год назад

    thanks for my first work👍

  • @Trollzz-66
    @Trollzz-66 11 месяцев назад

    Working thanks❤❤🎉

  • @fetuspie943
    @fetuspie943 Месяц назад

    Thank you that made alot of sense

  • @bussinyll-1890
    @bussinyll-1890 Год назад

    Woah thankyou works perfectly...

  • @Sagar_borkar
    @Sagar_borkar Год назад

    Wow, 😮thank you😊

  • @gouravvasistha7722
    @gouravvasistha7722 2 года назад +33

    🙏tanhk you sir my first programme ever

  • @SmartyYt7408
    @SmartyYt7408 Год назад +2

    Working this code👍

  • @ccb.8603
    @ccb.8603 10 месяцев назад

    Thank you straight to the point

  • @Fundamental_Sanatan
    @Fundamental_Sanatan Год назад

    This trick work perfectly❤❤

  • @Crx_queen
    @Crx_queen 9 месяцев назад

    It was really helpful ✨

  • @btechtrolls8670
    @btechtrolls8670 Год назад +6

    Sir present situation which one is best code language
    JAVA or PYTHON

    • @jhonray4918
      @jhonray4918 Год назад

      It depends on you that in which field u wanna go

    • @hibevibe
      @hibevibe Год назад +2

      I think python

    • @jhonray4918
      @jhonray4918 Год назад

      @@hibevibe hey

    • @hibevibe
      @hibevibe Год назад

      @@jhonray4918 hlo

    • @GDT-Studio
      @GDT-Studio Год назад +3

      Python, for data science. JavaScript, for web and app development. Java, for algorithms. C/C++, for robotics. NodeJS, for literally just everything. C#/C/C++, for Game development.

  • @aniketguleria372
    @aniketguleria372 6 месяцев назад +2

    It shows me "unindent does not match any outer .indentstion level"
    How can i solve this problem please 🥺

  • @jaypanchalvlog
    @jaypanchalvlog 11 месяцев назад

    ❤❤❤❤❤❤❤❤ thank you so much sir

  • @Rupendrasarsar
    @Rupendrasarsar 2 года назад +7

    Le bhai banga hacker 😐

  • @luckyff8913
    @luckyff8913 Год назад +4

    Tq sir its worked ♥️♥️

  • @RithwikChalamcherla
    @RithwikChalamcherla 2 месяца назад

    Import turtle as t
    t.bgcolour("black")
    t.pencolout("yellow")
    t.pensize(8)
    t.up()
    t.goto(-200,0)
    t.down()
    for I in range(5):
    t.forward(400)
    t.right(144)
    t.hideturtle()
    T.done()

  • @Umariella_ki
    @Umariella_ki 4 месяца назад

    Спасибо, всё получилось. 😊

  • @mahidmunna01
    @mahidmunna01 5 месяцев назад

    Mindblowing❤️👌

  • @ApolloEE20
    @ApolloEE20 6 месяцев назад +1

    For java ?

  • @menscrushers8714
    @menscrushers8714 2 года назад +8

    For me it's getting only one yellow line vertical

  • @KavitaPaswan-b7k
    @KavitaPaswan-b7k 3 месяца назад

    import turtle as
    t. bgcolour("Black")
    t. pencolour("yellow ")
    t.up()
    t. go to(-200, 0)
    t. down()
    for I in range(5):
    t. forward(400)

  • @YashpalSinghKharwal
    @YashpalSinghKharwal Год назад +1

    Apply this code you will get something new.
    import turtle as t
    t.bgcolor("green")
    t.pencolor("red")
    t.pensize("20")
    t.up()
    t.goto(-200,0)
    t.down()
    for i in range(10):
    t.forward(400)
    t.right(225)
    t.hideturtle()
    t.done()

  • @ReactiveIbrahim
    @ReactiveIbrahim 2 года назад +43

    sir isme error bata raha hai ki tutle has no attribute pencolour

    • @DineshSingh-ik8wc
      @DineshSingh-ik8wc 2 года назад +5

      Pen color me mistake hogi mera bhi phle yahi dikha raha tha , chek color speeling

    • @SshivamKhopkar
      @SshivamKhopkar 2 года назад +3

      its color (American) not colour (English)

    • @AditiSingh-yb8fq
      @AditiSingh-yb8fq Год назад +2

      In programming colour and centre are spelled color and center respectively

    • @YashRaj-bw4rf
      @YashRaj-bw4rf 11 месяцев назад

      Bro mujhe tab error bata rha hai indentation

  • @islamicsolution5618
    @islamicsolution5618 2 года назад +13

    Plz make more vedio on mobile thank.
    I fallow you but when I done in my mobile there were only one line showed on pydroid3
    import turtle as t
    t.bgcolor("black")
    t.pencolor("yellow")
    t.pensize(8)
    t.up()
    t.goto(-200,0)
    t.down()
    for i in range (5):
    t.forward(400)
    t.right(144)
    t.hideturtle()
    t.done()
    __________________

    • @pantherisback2384
      @pantherisback2384 2 года назад

      Erase the gap in last 2

    • @Practicallyapp
      @Practicallyapp  2 года назад +3

      Hi Coder,
      Please do the following 2 things you will get the correct pattern as output...
      1. Remove the extra space between range and (5).
      2. Last two lines should be out of for loop, means remove the extra indent space that you have provided.
      Happy Coding !!!

    • @mineplayer8232
      @mineplayer8232 2 года назад

      @@Practicallyapp oml

  • @enochmanova1421
    @enochmanova1421 2 года назад +2

    Is there an alternative tool for pycharm in windows laptop?
    I am a beginner and I stalled pycharm and in just a month the free time ended and I can’t pay the big amount that they need to regain access to it.
    Jupyter notebook is not that good because when we have to use input function in coding it doesn’t help. So pycharm has been the ideal application so far
    Please suggest!

    • @PRAVEEN-rz4is
      @PRAVEEN-rz4is 2 года назад

      What is he doing

    • @aive8z446
      @aive8z446 2 года назад

      As far as I know, Pycharm is free unless you pay to have extra features.

  • @RanaYadavofficial.
    @RanaYadavofficial. 5 месяцев назад +2

    😢no module turtle name😢

  • @kirkkiryakoz282
    @kirkkiryakoz282 2 года назад +37

    I’m getting errors for line 1 on my laptop top

    • @mustafagaming680
      @mustafagaming680 Год назад +4

      it means you didn't download the turtle module in your decice (in the app)

    • @EthicalSpy
      @EthicalSpy Год назад

      ​@@mustafagaming680 how can I download it in my device

  • @Rahulbisht-w5h
    @Rahulbisht-w5h Год назад

    It's amazing 😊

  • @ARUNKUMAR-s5l7c
    @ARUNKUMAR-s5l7c Год назад

    import turtle as t
    t.bgcolor("black")
    t.pencolor("yellow")
    t.pensize(8)
    t.up()
    t.goto(-200 ,0)
    t.down()
    for i in range(5):
    t.forward(400)
    t.right(144)
    t.hideturtle()
    t.done()

  • @shohrozbekabduhakimov9884
    @shohrozbekabduhakimov9884 Год назад +2

    Code runned thank you very much😊

    • @phaneendrayarlagadda1521
      @phaneendrayarlagadda1521 11 месяцев назад

      File "/data/user/0/ru.iiec.pydroid3/files/temp_iiec_codefile.py", line 8
      for i in inrange(5):
      IndentationError: unexpected indent

    • @phaneendrayarlagadda1521
      @phaneendrayarlagadda1521 11 месяцев назад

      What's my mistake sir

  • @armanht6161
    @armanht6161 Год назад

    Thank you brother ❤

  • @shawnradam
    @shawnradam 6 месяцев назад

    Work like charm! 🫡

  • @priyankadevara3121
    @priyankadevara3121 Год назад +1

    Sir agar c++ sikhna h using mobile to konsi app install kare

  • @parasadhikari3372
    @parasadhikari3372 Год назад +1

    Only straight line is drawn, what to do

  • @Vijaykumar-oz7qh
    @Vijaykumar-oz7qh Год назад +2

    I type all the program as same as you but it draws only a small line

  • @RixtronixLAB
    @RixtronixLAB Год назад

    Nice video, well done, thanks for sharing it with us :)

  • @sunkitech11
    @sunkitech11 6 месяцев назад

    Thanks bhai❤❤

  • @chitti.1878
    @chitti.1878 Год назад +2

    Does it work in python online complier??

  • @SATYAnsh1234
    @SATYAnsh1234 Год назад

    It's really work

  • @khiripatel310
    @khiripatel310 Год назад

    Perfect 🎉

  • @tkpranith7777
    @tkpranith7777 2 года назад +1

    how to learn these types of codes

    • @mustafagaming680
      @mustafagaming680 Год назад

      There are a lot of courses on RUclips
      All you have to do is type in the information you want

  • @KumarPurushotham
    @KumarPurushotham Год назад

    Could you explain what is attribute error

  • @learnbypreet
    @learnbypreet 10 месяцев назад

    love it!

  • @sneharajpurohit1521
    @sneharajpurohit1521 2 года назад +1

    There is an error. It is showing that "bgcolour" has no attribute in turtle

    • @jamieliu6155
      @jamieliu6155 Год назад +1

      bgcolor, American spelling of color

    • @mustafagaming680
      @mustafagaming680 Год назад

      maybe you didn't type "import turtle as t"
      I think you type only "import turtle"

    • @sneharajpurohit1521
      @sneharajpurohit1521 Год назад +1

      @@mustafagaming680 yes thanks I'll try again sometime:)

  • @MohammadAhmad-zo1xo
    @MohammadAhmad-zo1xo Год назад

    What we can run over programme in this app

  • @DanielSouza-zo3qe
    @DanielSouza-zo3qe Год назад

    It’s pretty cool but I didn’t learn much from this

  • @enjoy688
    @enjoy688 2 года назад +2

    In my mobile it does not worked perfectly

  • @sarbaralam7797
    @sarbaralam7797 Год назад

    Bhai hogaya thanks a lot

  • @shinchan....5632
    @shinchan....5632 Год назад +2

    Sir for me there is a yellow line only

  • @durgaforus4788
    @durgaforus4788 2 года назад +2

    Tnq bro it's working

    • @anupgoswami3515
      @anupgoswami3515 Год назад

      how i can try but its do not work

    • @nikhil_07.
      @nikhil_07. Год назад +1

      ​@@anupgoswami3515 do same as him then it will work . I also did it .

  • @user-rkcode6mc8kf8
    @user-rkcode6mc8kf8 Месяц назад

    Good work

  • @NandishwariS-l4q
    @NandishwariS-l4q 5 месяцев назад

    Got it❤

  • @MuhammadUzair-x3z
    @MuhammadUzair-x3z 5 месяцев назад

    What was this for
    Wasn't it for making star
    Pls anyone tell me I don't know programming word even

  • @banvannghexomlang2873
    @banvannghexomlang2873 9 месяцев назад

    What the app name??

  • @GNavya-fw2zm
    @GNavya-fw2zm Год назад

    Why are you choose py3 app ?

  • @bulewhalewhale8514
    @bulewhalewhale8514 10 месяцев назад

    Thank you how do I get more videos of yours .........😅

  • @anjalii9095
    @anjalii9095 Год назад

    Ye program krne ke liye h ya seekhne ke liye

  • @msd4440
    @msd4440 Год назад

    Worked ❤❤

  • @kunalramchaware2900
    @kunalramchaware2900 Год назад +3

    Bhai t.hidetirtle ka problem aa raha hei😢😢

  • @abhishekyadavabhiyadav2019
    @abhishekyadavabhiyadav2019 2 года назад

    Thanks you bro so much l

  • @anantdhope5210
    @anantdhope5210 2 года назад +15

    Op next level ✨

    • @desiracerfitness
      @desiracerfitness 2 года назад +2

      my cooding is perfect but it not show star on screen

    • @mustafagaming680
      @mustafagaming680 Год назад +1

      ​@@desiracerfitness ​ maybe your faild in the first line in "import turtle" you should type "import turtle as t" like the Video (this if you want to see the same result as in the video)
      or maybe you didn't download the Turtle module in your device (in Your app) 😅
      As for if you don't need to copy any thing from this Video, you can do that by your ideas easly

  • @AartiYadav-zq3sm
    @AartiYadav-zq3sm Год назад +2

    Thank you so much sir for this information now I want to start my new journey becouse of you

  • @MilkiTeamii
    @MilkiTeamii Год назад +5

    *I just found out if the turtle is T you are designing the turtle using the code.*

  • @Leannatron82
    @Leannatron82 9 месяцев назад

    I signed up for a coding class online. I don't understand anything. I tried stuff for second graders and Its sad .

  • @manikartist
    @manikartist 5 месяцев назад

    Nice bro.

  • @BusindeMetternich
    @BusindeMetternich 3 месяца назад

    Thank you

  • @larakhan734
    @larakhan734 Год назад +1

    Yeh kya chzz hy or isko seekhna hy kya ???

  • @nesbalamine3976
    @nesbalamine3976 2 года назад +1

    Turtel not founde please help

    • @mustafagaming680
      @mustafagaming680 Год назад

      You didn't download the Turtle module in your device (in your app)

  • @Mogalpatna
    @Mogalpatna 20 дней назад

    Maine v bana liya sir

  • @Jayanti_jha123
    @Jayanti_jha123 Год назад

    Thank u so much

  • @Favouritesh0rts
    @Favouritesh0rts Год назад +5

    Bro which application do you use for recoding and editing

  • @nikitarokade8127
    @nikitarokade8127 2 года назад +1

    I got error in line 8
    For i range

    • @mustafagaming680
      @mustafagaming680 Год назад

      you forgot "in" word
      you should type: "for i in range(5):"

  • @KishanMahato-i2k
    @KishanMahato-i2k 9 месяцев назад

    Kya ese mobile hang ya koi problem nahi ho sakta he 😊

  • @RamSingh-rx7ns
    @RamSingh-rx7ns 6 месяцев назад

    Hello bhai jan aadhar editing kholne ki coding bna sakte ho kya please

  • @iltijahusain9936
    @iltijahusain9936 2 года назад +17

    import turtle as t
    t.bgcolor("yellow")
    t.pencolor("green")
    t.speed(12)
    t.pensize(8)
    t.left(70)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.circle(400,40)
    t.left(140)
    t.circle(400,40)
    t.hideturtle()
    t.done()

    • @iltijahusain9936
      @iltijahusain9936 2 года назад +1

      @@vishal0645 import turtle as t;t.bgcolor("steelblue")
      t.pencolor("white"),t.hideturtle()
      t.fillcolor("white");t.begin_fill();t.circle(220)
      t.end_fill()
      t.pencolor("steelblue"),t.speed(10)
      t.fillcolor("steelblue");t.begin_fill()
      t.forward(30);t.left(90);t.forward(170)
      t.right(90);t.forward(60);t.left(80.53)
      t.forward(59.16079);t.left(99.462322)
      t.forward(70);t.right(90),t.forward(25)
      t.circle(-40,90),t.forward(30)
      t.left(90),t.forward(60),t.left(90),
      t.forward(30)
      t.circle(105,90),t.forward(20)
      t.right(90),t.forward(75)
      t.left(90),t.forward(60),t.left(90)
      t.forward(75),t.right(90),t.forward(170)
      t.left(90),t.forward(31)
      t.end_fill()
      t.hideturtle()
      t.done()

    • @Krishvlogggggggssssssss
      @Krishvlogggggggssssssss Год назад +1

      😂

    • @tanyakashyap7353
      @tanyakashyap7353 Год назад +1

      Ye kya likh rhe aap

    • @iltijahusain9936
      @iltijahusain9936 Год назад

      @@tanyakashyap7353 copy krein aur code run krein

  • @YepIamXR
    @YepIamXR 8 месяцев назад

    Not working sir please help 😞

  • @Very_epic585
    @Very_epic585 10 месяцев назад

    THANK YOU