Created
February 2, 2019 07:23
-
-
Save airatkh/0773f40f069b87526f6eada607bde25e to your computer and use it in GitHub Desktop.
reverse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test_arr = list(range(10)) | |
print(test_arr) | |
print(test_arr[::-1]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment