As you know bitcoin has made a good impression in the crypto world so it become very popular. So let's show your python skills and make it in our language.
Code:
import turtle as t
t.bgcolor("orange")
t.pensize(15)
t.pencolor("white")
t.left(80)
t.forward(30)
t.right(90)
t.forward(40)
t.right(90)
t.forward(30)
t.back(30)
t.left(90)
t.forward(20)
t.circle(40,180)
t.forward(70)
t.right(90)
t.forward(5)
t.right(90)
t.forward(70)
t.circle(40,180)
t.forward(20)
t.right(90)
t.forward(30)
t.back(30)
t.left(90)
t.forward(40)
t.right(90)
t.forward(30)
t.back(30)
t.left(90)
t.forward(40)
t.back(29)
t.left(90)
t.forward(160)
t.right(90)
t.forward(29)
t.done()
Output:
Github:
You can also find the code here
Comments
Post a Comment