Skip to content

Instantly share code, notes, and snippets.

@cleac
Created May 1, 2018 08:42
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 cleac/8ea902f45f3cd1a4d1e9d101e1938f53 to your computer and use it in GitHub Desktop.
Save cleac/8ea902f45f3cd1a4d1e9d101e1938f53 to your computer and use it in GitHub Desktop.
"import dis" article gist 4
>>> ['test'] * 20
['test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test', 'test']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment