Skip to content

Instantly share code, notes, and snippets.

@liquidcarbon
Created April 19, 2021 20:03
Show Gist options
  • Save liquidcarbon/512396fea1a3a21545448af525a53e21 to your computer and use it in GitHub Desktop.
Save liquidcarbon/512396fea1a3a21545448af525a53e21 to your computer and use it in GitHub Desktop.
How I feel about list comprehensions
''.join([chr(i) for i in [70, 85, 67, 75, 32, 89, 69, 65, 72, 33]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment