Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created November 19, 2018 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/b23f78c93b567d7f46e2727d36118197 to your computer and use it in GitHub Desktop.
Save fitomad/b23f78c93b567d7f46e2727d36118197 to your computer and use it in GitHub Desktop.
personajes.sort()
print("Sort: \(personajes)")
personajes.shuffle()
print("Shuffle: \(personajes)")
personajes.reverse()
print("Reverse: \(personajes)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment