0
What is a Boolean value? thanks!
7 odpowiedzi
+ 1
Boolean is datatype which has only two values
1 ie True
0 ie False
by default it will be false
0
Boolean value are two types
1.true 2.false
0
Boolean in binary is 1- true and 0-false
0
Boolean value can have 2 possible answers for any problem:
1) True (value:1)
2)False(value:0)
0
the boolean value are two types, true == 1 or false == 0
0
Boolean values are like true/false, yes/no, on/off...that is the values which can have any of two states...
0
Google it....it has an in depth explanation for Python as well as SQL.