Created
August 19, 2018 16:35
-
-
Save StrikingLoo/c6e05735e2dbc5233f66d31ec349ccee to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| def num_object(k): | |
| return {'number':k, 'double':2*k} | |
| many_instances = [num_object(k) for k in range(20)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment