0
Hello, I suggest you to speak English instead of French. Cause in SoloLearn we use English. So your question was "how to import a picture with python on phone". Here is the answer (It isn't from me, I only found it.):
Install PIL(Python Image Library) :
then:
from PIL import Image
myImage = Image.open("your_image_here");
myImage.show();
This answer wasn't by me, test it and tell me if it helped you.



