draw batman logo | using Python turtle

Published: 30 October 2021
on channel: Coding with abdo
839
59

How to draw batman logo using Python turtle


Code :

import turtle
turtle.bgcolor('black')
bat = turtle.Turtle()
bat.pensize(4)
bat.color('yellow','black')
bat.begin_fill()

bat.left(90)
bat.circle(50,85)
bat.circle(15,110)
bat.right(180)
bat.circle(30,150)
bat.right(5)
bat.forward(10)

bat.right(90)
bat.circle(-70,140)
bat.forward(40)
bat.right(110)
bat.circle(100,30)
bat.circle(30,100)
bat.left(50)
bat.forward(50)

bat.right(145)
bat.forward(30)
bat.left(55)
bat.forward(20)
bat.left(55)
bat.forward(30)
bat.right(145)
bat.forward(50)
bat.left(50)

bat.circle(30,100)
bat.circle(100,30)
bat.right(110)
bat.forward(40)
bat.circle(-70,140)
bat.right(90)
bat.forward(10)
bat.right(5)
bat.circle(30,150)
bat.left(180)
bat.circle(15,110)
bat.circle(50,85)
bat.end_fill()
bat.hideturtle()

DM📩

⬇️

My website : https://choper.dorik.io/


Thanks for watching





#codewithabdo


On this page of the site you can watch the video online draw batman logo | using Python turtle with a duration of hours minute second in good quality, which was uploaded by the user Coding with abdo 30 October 2021, share the link with friends and acquaintances, this video has already been watched 839 times on youtube and it was liked by 59 viewers. Enjoy your viewing!