This website works better with JavaScript
Home
Explore
Help
Sign In
pythoncoder8
/
code-wars
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
43adb238fa
Branches
Tags
main
code-wars
/
8 kyu
/
My head is at the wrong end!
/
My head is at the wrong end!.py
My head is at the wrong end!.py
47 B
History
Raw
1
2
def fix_the_meerkat(arr):
return arr[::-1]