C-16-Q052mediumsingle_mcq
The number of distinct values storable in a bool variable is:
The number of distinct values storable in a bool variable is:
- a1
- b2 (True or False)
- c4
- dunlimited
ব্যাখ্যা
A Boolean variable represents a logical value and can hold only two distinct states. In Python these are the keywords True and False, giving exactly 2 possible values.