| about | help | code help+videos | done | prefs |
Python > List-1 > same_first_last
prev | next | chance
| Given an array of ints, return True if the array is length 1 or more, and the first element and the last element are equal.
same_first_last([1, 2, 3]) → False same_first_last([1, 2, 3, 1]) → True same_first_last([1, 2, 1]) → True ...Save, Compile, Run prev | next | chance | CodingBat > List-1 |
Progress graphs, just for fun:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
106.0 Post-solution available
Copyright Nick Parlante 2006-11 - privacy