Created
December 3, 2018 22:13
-
-
Save yuikns/875fe89a6f265994af5384b657c88c43 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
blk = [] | |
def devo_blk(): | |
blk.append([i for i in range(1024)]) | |
def devo(): | |
while True: | |
devo_blk() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment