Код: Выделить всё
price = input('How much is a burger? ')
within_budget = float(price)
Подробнее здесь: [url]https://stackoverflow.com/questions/78499019/allowing-multiple-user-inputs[/url]Код: Выделить всё
price = input('How much is a burger? ')
within_budget = float(price)
Подробнее здесь: [url]https://stackoverflow.com/questions/78499019/allowing-multiple-user-inputs[/url]