C-16-Q053mediumsingle_mcq
The two values a Boolean variable can store are:
The two values a Boolean variable can store are:
- a0 and 1 only (as integers)
- bTrue and False
- cYes and No (as text)
- don and off (as text)
ব্যাখ্যা
A Boolean type stores one of two logical values, written in Python as the capitalized keywords True and False. These are the actual built-in values, not text strings or integers.