having trouble making a turtle larger than the og image is /u/Mothperson1 Python Education

I’m trying to make a turtle take up the entire screen, but whenever I run the code it just stays it’s original size:

screen = turtle.Screen()

screen.setup(750,750)

screen.addshape(“startscreen.gif”)

background = turtle.Turtle()

background.shape(“startscreen.gif”)

background.resizemode(“user”)

background.turtlesize(750, 750, 1)

submitted by /u/Mothperson1
[link] [comments]

​r/learnpython I’m trying to make a turtle take up the entire screen, but whenever I run the code it just stays it’s original size: screen = turtle.Screen() screen.setup(750,750) screen.addshape(“startscreen.gif”) background = turtle.Turtle() background.shape(“startscreen.gif”) background.resizemode(“user”) background.turtlesize(750, 750, 1) submitted by /u/Mothperson1 [link] [comments] 

I’m trying to make a turtle take up the entire screen, but whenever I run the code it just stays it’s original size:

screen = turtle.Screen()

screen.setup(750,750)

screen.addshape(“startscreen.gif”)

background = turtle.Turtle()

background.shape(“startscreen.gif”)

background.resizemode(“user”)

background.turtlesize(750, 750, 1)

submitted by /u/Mothperson1
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *