We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37a4384 + 398da57 commit 6286474Copy full SHA for 6286474
python/mspatel927_Mirror_List.py
@@ -0,0 +1,3 @@
1
+def mirrorList(list):
2
+ return list[::-1]
3
+
0 commit comments