Python Projects - Unknown 5

Python Turtle

OBJECTIVE:Write your name

 



 



CODE:

import turtle
elsa= turtle.Turtle()
elsa.pencolor("red")
elsa.write("Unknown16", move = False, align = "center", font =("Comic Sans MS", 36, "normal"))
elsa.ht()

Write Your Name Python Turtle



CHALLENGE:Try writing each alphabet of the word in different color





Media and Press Coverage