how do you resize the border of the window in python turtle?
how do you resize the border of the window in python turtle?
Steven_The_GuyT
I found this on Stack Overflow:
setup( width = 200, height = 200, startx = None, starty = None)
You can change the numbers i think
sylashur
I don't think there is a way to do this, but you could change your code to take up less space, maybe scale down your movement of the turtle.
Oh, btw your codes are dope
aidanherrera
@sylashur thanks lol
sylashur
No problem @aidanherrera
ReplTalk
Hey there, please make sure your post body is at least 100 characters. That makes it easier for our community to help you!
screen=turtle.Screen
create screen turtlescreen.setup(width, length)
resize border