making AMONG US CARECTER using python turtle

Published: 26 January 2022
on channel: PYTHON WORLD
81
6

here is code.......


import turtle

BODY_COLOR = 'red'
BODY_SHADOW = ''
GLASS_COLOR = 'grey'
GLASS_SHADOW = ''

s = turtle.getscreen()
t = turtle.Turtle()
t.speed(10)

def body():
t.pensize(20)
t.fillcolor(BODY_COLOR)
t.begin_fill()
t.right(90)
t.forward(50)
t.right(180)
t.circle(40, -180)
t.right(180)
t.forward(200)
t.right(180)
t.circle(100, -180)
t.backward(20)
t.left(15)
t.circle(500, -20)
t.backward(20)
t.circle(40, -180)
t.left(7)
t.backward(50)
t.up()
t.left(90)
t.forward(10)
t.right(90)
t.down()
t.right(240)
t.circle(50, -70)

t.end_fill()


def glass():
t.up()
t.right(230)
t.forward(100)
t.left(90)
t.forward(20)
t.right(90)
t.down()
t.fillcolor(GLASS_COLOR)
t.begin_fill()
t.right(150)
t.circle(90, -55)
t.right(180)
t.forward(1)
t.right(180)
t.circle(10, -65)
t.right(180)
t.forward(110)
t.right(180)
t.circle(50, -190)
t.right(170)
t.forward(80)
t.right(180)
t.circle(45, -30)

t.end_fill()


def backpack():
t.up()
t.right(60)
t.forward(100)
t.right(90)
t.forward(75)
t.fillcolor(BODY_COLOR)
t.begin_fill()
t.down()
t.forward(30)
t.right(255)
t.circle(300, -30)
t.right(260)
t.forward(30)

t.end_fill()


body()
glass()
backpack()

t.screen.exitonclick()






#shorts #shortsvideo #youtubeshorts #trending #python #coding #design #instagram #coding #viral #viralvideo #viralshorts #gaming #pubg #music #montage #bgmi #backgroundmusic #bts #best #asmr #oddlysatisfying #satisfying #subscribe #short #tiktok #reels #remix
#amongus


On this page of the site you can watch the video online making AMONG US CARECTER using python turtle with a duration of hours minute second in good quality, which was uploaded by the user PYTHON WORLD 26 January 2022, share the link with friends and acquaintances, this video has already been watched 81 times on youtube and it was liked by 6 viewers. Enjoy your viewing!