-
-
Save stephengruppetta/553f4787ec585d5bcc9663be991a3233 to your computer and use it in GitHub Desktop.
This file contains 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
some_names = [ | |
"Robert", | |
"Ishaan", | |
"Max", | |
"Trevor", | |
"Alexandra", | |
"Albert", | |
"Christine", | |
] | |
reordered_names = sorted(some_names) | |
print(*reordered_names, sep="\n") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment