blob: 92330fbd0d6a301a2263ac8e8d90994a6b2e535b [file] [log] [blame]
def foo(a):
if a == 5:
# a is 5
print 'no'
foo(5)