Data Type Python Tutorial

foo = 42
bar = foo < 100
print bar
print bar + 100
print '%s' % bar
print '%d' % bar