Skip to content

Instantly share code, notes, and snippets.

@tinybike
Created April 20, 2015 22:03
Show Gist options
  • Save tinybike/8f8614b9b5a94466a428 to your computer and use it in GitHub Desktop.
Save tinybike/8f8614b9b5a94466a428 to your computer and use it in GitHub Desktop.
lol @ stack depth
def f1():
with s0 = 0:
with s1 = 1:
with s2 = 2:
with s3 = 3:
with s4 = 4:
with s5 = 5:
with s6 = 6:
with s7 = 7:
with s8 = 8:
with s9 = 9:
with s10 = 10:
with s11 = 11:
with s12 = 12:
with s13 = 13:
with s14 = 14:
with s15 = 15:
with s16 = 16:
with s17 = 17:
log(s0)
log(s1)
log(s2)
log(s3)
log(s4)
log(s5)
log(s6)
log(s7)
log(s8)
log(s9)
log(s10)
log(s11)
log(s12)
log(s13)
log(s14)
log(s15)
log(s16)
log(s17)
return(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment