#1
|
|||
|
|||
Python
Denis Mosko написал(а) к All в Feb 22 06:49:28 по местному времени:
Привет, All! twos , threes , fives , sixs = map(int , input (). split ()) a = min (twos , fives , sixs ) twos -= a b = min (twos , threes ) print (a 256 + b 32) Ввожу 0 -> ошибка: Traceback (most recent call last): ... line 1, in <module> twos , threes , fives , sixs = map(int , input (). split ()) ValueError: not enoth values to unpack (expected 4, got 1) -> вопрос: Надо вводить через запятую или как? С уважением - Denis --- GoldED+/W32-MINGW 1.1.5-b20120519 (Kubik 3.0) |