add lesson
This commit is contained in:
4
12-09/task3_rpo254.py
Normal file
4
12-09/task3_rpo254.py
Normal file
@@ -0,0 +1,4 @@
|
||||
available_operators = [ "mts", "tmobile", "t2", "yota" ]
|
||||
print("Подерживаемые операторы:\n"
|
||||
join(available_operators))
|
||||
operator = int(input("Введите Оператора: "))
|
||||
Reference in New Issue
Block a user