When used with a string, the bool() function will return True if the string is non-empty. Otherwise, it will return False.
bool()
True
False
Make sure to pick bool followed by ( and then ), print.
bool
(
)
print