Skip to content

Instantly share code, notes, and snippets.

@Resisty
Created December 3, 2020 18:03
Show Gist options
  • Save Resisty/4f681ade419e35411f285c1b95c9eba9 to your computer and use it in GitHub Desktop.
Save Resisty/4f681ade419e35411f285c1b95c9eba9 to your computer and use it in GitHub Desktop.
Me: "at least you're not using throwaway variables"
>>> _ = 'hardware'
>>> __ = 'hwardhware'
>>> ___ = {_: {__: 'hwhwhwhwhwhw'}}
>>> ____ = [_____ for _____ in ___ for ______ in ___[_____]]
>>> ____
['hardware']
Coworker: "oh god oh fuck oh no"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment