seq = []
def a():
def b():
seq.append(23)
return b()
seq = None
a()