python正则表达式
__builtins__.end = None
def test(a):
if a > 0:
print 'a > 0'
else:
print 'a <= 0'
end
end
if __name__ == '__main__':
test(1)
python正则表达式
__builtins__.end = None
def test(a):
if a > 0:
print 'a > 0'
else:
print 'a <= 0'
end
end
if __name__ == '__main__':
test(1)