
We have prepared a set of Editor's Choice Solutions.
You will see them first after you solve the mission. In order to see all other solutions you should change the filter.
与えられたリストの要素が全て等しいかどうかをチェックしましょう。
入力: リスト.
... 真偽値
all_the_same([1, 1, 1]) == True all_the_same([1, 2, 1]) == False all_the_same(['a', 'a', 'a']) == True all_the_same([]) == True
You should be an authorized user in order to see the full description and start solving this mission.