Mr. Spiky — Intuition Compiler

def SPAGHETTI_FUNCTION(x, Y):
global total
total = 0
Stuff = "1,2,3,4,5"
Stuff = Stuff.split(",")

for i in range(100):
try:
if i len(Stuff):
total = total + eval(Stuff[i])
except:
pass

def inner(lst=[]):
lst.append(total)
return lst

if x == True:
if Y == True:
return inner()
else:
return None
else:
return False


print(SPAGHETTI_FUNCTION(True, True))

SNN · no suspicious spikes detected

Lint · 4 lint findings (2 errors)

findings

No overlap this run — each engine is catching something the other misses.

Spike Timeline

22 lines fired

Line Inspector

Click a line to put it under the monocle.