But when i lid=sted the directectories the output showes images.1
NotADirectoryError Traceback (most recent call last)
in ()
----> 1 os.listdir(’./images.1’)
Full code
!ls
import os, shutil
os.listdir()
os.listdir(“images”)
NotADirectoryError: [Errno 20] Not a directory: ‘./images.1’