from turtle import * print("Kirjutame nime ") # Täht I left(90) forward(100) up() right(90) forward(10) right(90) down() # Täht N forward(100)