Python Projects - Unknown 11

Python Turtle

OBJECTIVE:Art with Python Turtle

 



CODE:

import turtle
ab = turtle.Turtle ( )
ab.speed (0)
for i in range (190):
ab.pencolor ("White")
ab.forward (400)
ab.left (148)
ab.penup ()
ab.goto (10,10)
ab.pendown ()
for i in range (190):
ab.pencolor ("White")
ab.forward (400)
ab.left (148)
ab.penup ()
ab.goto (50,27)
for i in range (190):
ab.pencolor ("White")
ab.forward (400)
ab.left (148)
ab.pendown ()
ab.penup ()
ab.goto (-5, 50)
ab.pendown
for i in range (190):
ab.pencolor ("White")
ab.forward (400)
ab.left (148)
ab = turtle.Screen ()
ab.bgcolor ("black")



Media and Press Coverage