Python tworzy nowy katalog
>>> os.mkdir('test')
>>> os.listdir()
['test']
SAMER SAEID
>>> os.mkdir('test')
>>> os.listdir()
['test']