An open API service indexing awesome lists of open source software.

https://github.com/candytale55/reversed_list_py_3

reversed_list() takes two lists as parameters, lst1 and lst2. Returns True if lst1 is the same as lst2 reversed. The function should return False otherwise. For example, reversed_list([1, 2, 3], [3, 2, 1]) should return True.
https://github.com/candytale55/reversed_list_py_3

Last synced: about 1 year ago
JSON representation

reversed_list() takes two lists as parameters, lst1 and lst2. Returns True if lst1 is the same as lst2 reversed. The function should return False otherwise. For example, reversed_list([1, 2, 3], [3, 2, 1]) should return True.

Awesome Lists containing this project