what are Boolean variables???
Answers
Answered by
1
Hi,
Boolean Variables are
True(1) and False(0)
in Python
Boolean Variables are
True(1) and False(0)
in Python
Answered by
4
Answer:
heyy....here's your answer
Explanation:
Boolean variables are variables that can have only two possible values: true, and false. To declare a Boolean variable, we use the keyword bool. bool b; To initialize or assign a true or false value to a Boolean variable, we use the keywords true and false.
hope u find it helpfull
Similar questions