diff --git a/build.py b/build.py index b1b0df1..14f21b5 100644 --- a/build.py +++ b/build.py @@ -1,5 +1,2 @@ -def solution(list): - ''' - Enter your code here - ''' - return value \ No newline at end of file +def solution(list1): + return list1 == list1[::-1]