0
How do I insert an image using python3???
I'm doing a project on coding and I'm new to python3 could someone tell me the code to insert an image?
2 odpowiedzi
+ 3
What do you mean by inserting an image? Do you want to display it onscreen?
If so, then you should use any GUI (graphic user interface) supporting library. Mind though, that none of them are available on Sololearn. You might use Python within Web, as in a sample below, but for mere purpose of displaying an image on the screen a webcode itself would be most adequate here.
https://code.sololearn.com/WnQZ0B7qvLjF/?ref=app
https://code.sololearn.com/W5AkfURLIyrp/?ref=app