Created
August 19, 2018 16:02
-
-
Save StrikingLoo/5ae4355c7cd43474b4e8d2d3e20cb7fc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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