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
Browse Source
Create My head is at the wrong end!.py
PythonCoder8
3 years ago
parent
1335039f65
commit
31e847ae9e
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
8 kyu/My head is at the wrong end!/My head is at the wrong end!.py
+ 2
- 0
8 kyu/My head is at the wrong end!/My head is at the wrong end!.py
View File
@@ -0,0 +1,2 @@
+def fix_the_meerkat(arr):
+ return arr[::-1]