1output trueString bool = bool('true') 2output falseString bool = bool('false') 3output trueInt bool = bool(1) 4output falseInt bool = bool(0)
View as plain text