I'm trying to write a bit of code that will show me a picture of a map but when I run the code it's not returning the image or any sort of error. After doing a bit of research I don't think I need any other code but any help would be greatly appreciated.
import turtle
screen = turtle.Screen()
screen.setup(720,360)
screen.setworldcoordinates(-180, -90, 180, 90)
screen.bgpic('map.gif')