import os
print(os.path.isdir('TEMA6/test_directory'))
print(os.path.isdir('TEMA6/images'))
print(type(os.path.isdir('TEMA6/test_directory')))