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