Downloaded images
When I try to download an image from my Files onto my server, the image does not get imported to my server. I think my line of code to bring in images is incorrect. Any suggestions on how to do it? If so, please include the line of code to do this. Here is the line of code I am using
chickenimage = pygame.image.load('/home/chronos/MyFiles/Downloads/HayHaythechicken.png')
FYI - This is a pygame.
Voters
On replit, files are treated differently than they are on desktop. all you need is: