I'm running a python code (filename- images.py) that reads-
import gzip
f = gzip.open('i1.gz','r')
But it is showing the FileNotFoundError. My folder containing images.py looks like-
New Folder/
images.py
i1.gz
(...Some other files...)