How to add image in turtle import?

Question:

How to add image in turtle import?
Repl link:

code snippet

Hello @NikitaPaskal2! Welcome to the forums.
If you are trying to add an image over the turtle, you can simply do so like this.

turtle.shape("rocketship.png")

There is a more detailed explaination here if you want to see it.
If this isn’t what you meant, then please provide more details and a link to your repl.

1 Like