0
В чем ошибка
Написал небольшой код, можно сказать впервые. Хочется понять насколько близок к решению
3 Answers
+ 5
#попробуй это
coffee = ["Café Latte", "Caffe Americano", "Espresso", "Cappuccino", "Macchiato"]
choice = int(input())
if choice => 0 and coffee < 5:
print(coffee[choice])
else:
print(str(choice) + "error")
+ 1
Спасибо то что нужно)))
0
coffee = ["Café Latte", "Caffe Americano", "Espresso", "Cappuccino", "Macchiato"]
choice = int(input())
if choice => 1 and =< 5:
print(coffee[choice])
else:
print(choice + "error")