Skip to content

Instantly share code, notes, and snippets.

@eyaltrabelsi
Created July 6, 2019 06:16
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 eyaltrabelsi/dabd5c8e32af67e2822d48c2a38a2f54 to your computer and use it in GitHub Desktop.
Save eyaltrabelsi/dabd5c8e32af67e2822d48c2a38a2f54 to your computer and use it in GitHub Desktop.
Python trick to fill with numbers
>> [1]* 10
[1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment