Guest User

Untitled

a guest
Dec 18th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. files = os.listdir(file_dir)
  2.  
  3. for file in files:
  4. if not files.endswith(".jpg", ".tiff"):
  5. files = files.remove(file)
Add Comment
Please, Sign In to add comment