Открыть f = open(Имя файла, режим) Прочитать f.write () Записать f.read() Закрыть f.close() С помощью конструкции with (менеджер контекста) Python сам проследит за закрытием файла with open(“test.txt”) as f: Методы объекта File для чтения
You can add this document to your study collection(s)
You can add this document to your saved list
(For complaints, use another form )
Input it if you want to receive answer
Rate us