Skip to content

Instantly share code, notes, and snippets.

@StrikingLoo
Created August 19, 2018 16:02
Show Gist options
  • Save StrikingLoo/5ae4355c7cd43474b4e8d2d3e20cb7fc to your computer and use it in GitHub Desktop.
Save StrikingLoo/5ae4355c7cd43474b4e8d2d3e20cb7fc to your computer and use it in GitHub Desktop.
some_list = []
for i in range(10):
some_list.append(f(i))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment