I know this might not be the right place to ask but I lost my Stackoverflow account and still need to reset my password later.
I'm trying to print an image to a specific coordinate (x,y) on the screen
Imported modules:
turtle
os
I have previously imported image by setting one of the turtle object to be set as the image, but I want to print the image without having to make another turtle as it takes time to load
I'm trying to print an image to a specific coordinate (x,y) on the screen
Imported modules:
turtle
os
I have previously imported image by setting one of the turtle object to be set as the image, but I want to print the image without having to make another turtle as it takes time to load