6211 Тонников Платон Валерьевич Лаб.1 Вар.21#520
Open
pl4tz wants to merge 2 commits intoitsecd:mainfrom
Open
Conversation
microalan
approved these changes
Feb 26, 2026
Contributor
microalan
left a comment
There was a problem hiding this comment.
Добавить docstring
Зачтено
lab1_var21.py
Outdated
Comment on lines
1
to
2
| import re | ||
| import argparse |
Contributor
There was a problem hiding this comment.
Неправильный порядок импортов (см. PEP8)
Author
|
исправил |
microalan
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ФИО: Тонников Платон
Номер группы: 6211
Номер лабораторной: 1
Номер варианта: 21
Краткое описание решаемой задачи: Согласно варианту 21 лабораторной работы №1 необходимо было обработать текстовый файл с использованием регулярных выражений: извлечь корректные пары "Фамилия" и "Имя", проверить их на соответствие шаблону и вывести результат в отсортированном виде.
Краткое описание работы кода: Скрипт принимает путь к входному файлу через аргументы командной строки.
Программа считывает файл построчно, извлекает значения "Фамилия" и "Имя", проверяет их корректность с помощью регулярного выражения. Если данные соответствуют шаблону (первая буква заглавная, остальные строчные), формируется строка вида "Фамилия И." Результат сортируется и сохраняется в файл
lab1_var21_output.txt. Запуск осуществляется командой:python lab1_var21.py input.txt