generate functionFri, 27 Jan 2023

создать фаил ворд

import docx def create_word_file(path, file_name): doc = docx.Document() doc.save(path + file_name + '.docx') create_word_file('/Users/tatiana/', 'hello')

Questions about programming?Chat with your personal AI assistant