I am using pydroid3 I created a folder and running python in that folder because my photo is in that folder Image.show is not showing anything When I click on run It simply says " program finished
from PIL import Image
tf = Image.open("test1.png")
tf.show()