代码示例:(标识:python_booleans_3)
python_booleans_3.py
print(bool("Hello"))
print(bool(10))
运行结果: