5 lines
120 B

import os
print(os.path.abspath("new_data_txt"))
uuid_path = "./new_data_txt/{}/".format("1111")
os.makedirs(uuid_path)