This repository has been archived on 2025-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
python_it_top/12-09/task3_rpo254.py
2025-09-12 15:12:42 +05:00

4 lines
207 B
Python

available_operators = [ "mts", "tmobile", "t2", "yota" ]
print("Подерживаемые операторы:\n"
join(available_operators))
operator = int(input("Введите Оператора: "))