Learn how to draw a fallout shelter logo using Python's Turtle module.
~ CODE ~
from turtle import *
speed(0)
bgcolor("gold")
Black circle
penup()
goto(0, -225)
pendown()
color("black")
begin_fill()
circle(225)
end_fill()
Triangles
penup()
goto(0, 0)
pendown()
color("gold")
begin_fill()
for i in range(3):
right(120)
for i in range(3):
forward(200)
right(120)
end_fill()
hideturtle()
On this page of the site you can watch the video online Python Turtle - Code a Fallout Shelter Logo Tutorial with a duration of hours minute second in good quality, which was uploaded by the user Geek Tutorials 01 January 1970, share the link with friends and acquaintances, this video has already been watched 2,176 times on youtube and it was liked by 29 viewers. Enjoy your viewing!