Buildin Function Python Tutorial

print bool('this is a test')
print bool(42)
print bool('')
print bool(0)