tets.py 75 B

12345
  1. import os
  2. path = os.listdir('.')
  3. print(path)
  4. print(os.path.isdir(path[6]))