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.
- Host: GitHub
- URL: https://github.com/candytale55/reversed_list_py_3
- Owner: candytale55
- Created: 2021-01-25T17:49:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T18:06:18.000Z (over 5 years ago)
- Last Synced: 2023-05-29T01:21:02.666Z (about 3 years ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0