v = 2
try:
    reduce(lambda x: x, [], 0)
except NameError:
    v = v + 1
print (v)