试题详情

运行下面代码段,输出结果为()。
Print(bool(‘False‘))
Print(bool)

ATrueTrue

BTrueFalse

CFalseTrue

DFalseFalse