Codingbat - max_end3 (Python)

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

For the second approach, you can do this instead:

return [largest] * 3

abdullahnadeem