... c>'6'...

a=5 
b=7
c=str(a)+str(b)
if c>'6':
    print 'True'
else:
    print 'False'
False