How to draw a circle using turtle in Python

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

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

  • @thebrokode3446
    @thebrokode3446  3 года назад +6

    Hey, hope you enjoy the video and if you have any opinion for this channel or this video let me know.
    Subscribe and Peace

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

    :0 I tried to do the circule with for and increasing the angle

  • @Dev.n.Friends
    @Dev.n.Friends 11 месяцев назад

    pls send link

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

    Nice

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

    import turtle
    t = turtle.turtle()
    t.circle(100)
    turtle.Done(i)