diff --git a/build.py b/build.py index b1b0df1..f37ee07 100644 --- a/build.py +++ b/build.py @@ -1,5 +1,4 @@ -def solution(list): - ''' - Enter your code here - ''' - return value \ No newline at end of file +def solution(list): + return (list==list[len(list)::-1]) +lis = [] +solution(lis) diff --git a/build.pyc b/build.pyc new file mode 100644 index 0000000..1ad6f1a Binary files /dev/null and b/build.pyc differ diff --git a/tests/__init__.pyc b/tests/__init__.pyc new file mode 100644 index 0000000..cc2f794 Binary files /dev/null and b/tests/__init__.pyc differ diff --git a/tests/test_solution.pyc b/tests/test_solution.pyc new file mode 100644 index 0000000..555e312 Binary files /dev/null and b/tests/test_solution.pyc differ