Skip to content

Instantly share code, notes, and snippets.

@theDreamer911
Created May 16, 2021 11:16
Show Gist options
  • Save theDreamer911/6159bf2b7b582d07c23480c8a2e27d2c to your computer and use it in GitHub Desktop.
Save theDreamer911/6159bf2b7b582d07c23480c8a2e27d2c to your computer and use it in GitHub Desktop.
def flip(text, arr):
return sorted(arr) if text == 'R' else sorted(arr, reverse=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment