Skip to content

Instantly share code, notes, and snippets.

@yuikns
Created December 3, 2018 22:13
Show Gist options
  • Save yuikns/875fe89a6f265994af5384b657c88c43 to your computer and use it in GitHub Desktop.
Save yuikns/875fe89a6f265994af5384b657c88c43 to your computer and use it in GitHub Desktop.
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