Pythonで連番のファイルをfor文で取得

for i in range(10):
    path_i="file_path/"+"{}.png".format(i)