Skip to content

Commit 6286474

Browse files
authored
Merge pull request #406 from mspatel927/patch-3
mspatel927_Mirror_List.py
2 parents 37a4384 + 398da57 commit 6286474

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/mspatel927_Mirror_List.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def mirrorList(list):
2+
return list[::-1]
3+

0 commit comments

Comments
 (0)