Creating ben 10 omnitrix with python
The source code below is also in comment box use it in pyroid 3 application for creating your own omnitrix
Source code below:-
import turtle
t = turtle.Turtle()
t.pensize(5)
t.shapesize(2)
t.color('green')
t.circle(100,400)
t.left(80)
t.fd(90)
t.right(70)
t.fd(85)
t.left(79)
t.circle(95,100)
t.left(75)
t.fd(83)
t.right(64)
t.fd(85)
t.color('black')
t.left(79)
t.pensize(16)
t.circle(104)
t.circle(104,40)
t.pensize(5)
t.right(90)
t.fd(25)
t.left(90)
t.circle(128,90)
t.left(90)
t.fd(25)
t.left(180)
t.fd(25)
t.left(90)
t.circle(128,90)
t.left(90)
t.fd(25)
t.left(180)
t.fd(25)
t.left(90)
t.circle(128,90)
t.left(90)
t.fd(25)
t.left(180)
t.fd(25)
t.left(90)
t.circle(128,90)
t.left(90)
t.fd(25)
t.left(180)
t.fd(25)
turtle.mainloop()
#coding #python #youtube