by shigemk2

当面は技術的なことしか書かない

bool

print bool('shigemk2') # True
print bool(None) # False