|
|
|
|
|
|
|
Вернуться
| 1 Ашим Нурислам, 18 марта 2024 г. 20:13:38 | |
|
???
|
|
|
| 2 Лукашевич Людмила Евгеньевна, 09 февраля 2021 г. 8:58:29 | |
Почему не засчитывает на PYTHON: sv = input() ss = input() sn = input() if (sv == 'black' and ss == 'black' and sn == 'green'): print('black') print('black') print('GREEN') if (sv == 'black' and ss == 'black' and sn == 'GREEN'): print('black') print('yellow') print('black') if (sv == 'black' and ss == 'yellow' and sn == 'black'): print('black') print('black') print('red') if (sv == 'black' and ss == 'black' and sn == 'red'): print('black') print('yellow') print('red') if (sv == 'black' and ss == 'yellow' and sn == 'red'): print('black') print('black') print('green') if (sv == 'black' and ss == 'YELLOW' and sn == 'black'): print('black') print('YELLOW') print('black') if (sv == 'red' and ss == 'yellow' and sn == 'green'): print('error')
|
|
|
Чтобы оставить сообщение необходимо зарегистрироваться и авторизоваться!
| | | |