Browse Source

Create My head is at the wrong end!.py

PythonCoder8 3 years ago
parent
commit
31e847ae9e

+ 2 - 0
8 kyu/My head is at the wrong end!/My head is at the wrong end!.py

@@ -0,0 +1,2 @@
+def fix_the_meerkat(arr):
+    return arr[::-1]