Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Реализация модуля io_helper.py #2

Open
2 tasks
AdilBikeev opened this issue Jun 11, 2022 · 0 comments
Open
2 tasks

Реализация модуля io_helper.py #2

AdilBikeev opened this issue Jun 11, 2022 · 0 comments
Assignees

Comments

@AdilBikeev
Copy link
Contributor

AdilBikeev commented Jun 11, 2022

  • Добавить метод read_text_from_file(file_name)
    • Алгоритм:
      1. Считывает данные с файла file_name
      2. Закрывает файл
      3. Возвращает считанные с файла данные
  • Добавить метод write_text_in_file(file_name, text)
    • Алгоритм:
      1. Записывает text в файл file_name
      2. Закрывает файл
@AdilBikeev AdilBikeev moved this to 📋 Backlog in phone-book Jun 13, 2022
@AdilBikeev AdilBikeev moved this from 📋 Backlog to 🏗 In progress in phone-book Jun 15, 2022
@AdilBikeev AdilBikeev moved this from 🏗 In progress to 👀 In review in phone-book Jun 15, 2022
@AdilBikeev AdilBikeev moved this from 👀 In review to ✅ Done in phone-book Jun 15, 2022
@AdilBikeev AdilBikeev changed the title Реализация модуля логгирования io_helper.py Реализация модуля io_helper.py Jun 17, 2022
@AdilBikeev AdilBikeev moved this from ✅ Done to Reales in phone-book Jun 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Reales
Development

No branches or pull requests

2 participants