import turtle laTartaruga = turtle.Turtle() laTartaruga.shape("turtle") # chiama un metodo shape laTartaruga.forward(30) # chiama un metodo forward