add lesson

This commit is contained in:
2025-09-12 15:12:42 +05:00
parent 739a99dcf0
commit 64200e00e1
4 changed files with 43 additions and 0 deletions

4
12-09/task3_rpo254.py Normal file
View File

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