Draw a Ninja Design using python turtle! 😯 #python #shorts

preview_player
Показать описание
Learn how to draw a Ninja using python turtle.

#shorts #shortvideo #python
Рекомендации по теме
Комментарии
Автор

Title must be : How to draw paper plate using python turtle

abr
Автор

Cool vid, but the typing sound even when he wasn't doing anything got me in pain

ithalogomes
Автор

Ninja is so good in hiding I cannot spot him

SantoshKumar-smpc
Автор

So, Can We all Appreciate The Hard Work he puts in Making his Videos, and Never Disappointe us in Entertainment 🎭😎

StraightOuttaPind
Автор

What surprised me the most is that I understand all that programming😱

For those who tried but failed in this program just to let you guys know everything is important so if you miss something like you didn't put the () in ninja=turtle.Turtle it won't work

ipostbecauseimbored
Автор

not sure about you guys but in the US we call this shape a circle

dyc
Автор

Me-->wait...what where is the ninja...it's just a flower design...
My Inner mind-->Maybe he's going to attain a Java class...

subhamchoudhury
Автор

import turtle

ninja = turtle.Turtle()
ninja.speed(10)
ninja.penup()
ninja.goto(-200, 100)
ninja.pendown()

# Draw head
ninja.begin_fill()
ninja.fillcolor("black")
ninja.circle(50)
ninja.end_fill()

# Draw body
ninja.penup()
ninja.goto(-100, 0)
ninja.pendown()
ninja.right(90)
ninja.forward(150)

# Draw arms
ninja.penup()
ninja.goto(-150, 50)
ninja.pendown()
ninja.right(140)
ninja.forward(100)
ninja.penup()
ninja.goto(-150, -50)
ninja.pendown()
ninja.left(80)
ninja.forward(100)

# Draw legs
ninja.penup()
ninja.goto(-50, -100)
ninja.pendown()
ninja.right(80)
ninja.forward(100)
ninja.penup()
ninja.goto(-50, -150)
ninja.pendown()
ninja.left(80)
ninja.forward(100)

turtle.done()

lamindelloul
Автор

#Can do like this too

from turtle import *

speed(0)

for i in range ( 180 ) :
forward(100)
right(30)
forward(20)
left(60)
forward(50)
right(30)

penup()
setposition(0, 0)
down()

right(2)

jithinvj
Автор

import turtle ninja = turtle.Turtle() ninja.speed(10) for i in range(180): ninja.forward(100) ninja.right(30) ninja.forward(20) ninja.left(60) ninja.forward(50) ninja.right(30) ninja.penup() ninja.setposition(0, 0) ninja.pendown() ninja.right(2) turtle.done()

huynhphat
Автор

Thanks my program run successfully i am so happy

AniketKumar-mpxc
Автор

Instead of "i" as an iterator you should actually use "_" it's telling python that you are not gonna need it

afterro
Автор

Semangat bang ngontennya semoga bermanfaat ilmu yg dishare 🙏❤️

RYUS
Автор

I think the set position should be (0, 1)

TheRaj_
Автор

So this is how a ninja turtle looks like after evolution

LightninKng
Автор

Which application you are using to run python?

halfbloodprince
Автор

Can you make apps and games if yes pls reply ☺️

Aashish_
Автор

I am just a beginner and to me this thing is crazy 😁😁

hritikvishwakarma
Автор

woow sir main pehly bar try kia or boht acha bana leya

quranandislamicvideos
Автор

Its visual studio code runs on both mobile and phone

jaspreet