'there is an error with my code becuase of the file name of my pictures i have changed the name a lot of times

so the problem with my code is that when I try to run the program it says there is an error with one of the file names. I have saved the pictures as a gif but it still doesn't work.

turtle.register_shape("user.gif")
turtle.register_shape("points.gif")
turtle.register_shape("wall.gif")

this is the code for the pictures I have used. can someone please help me thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source