Python делает новый каталог

>>> os.mkdir('test')

>>> os.listdir()
['test']
SAMER SAEID