C-16-Q054mediumsingle_mcq
In a = True, the data type of a is:
In a = True, the data type of a is:
- aint
- bstr
- cbool
- dfloat
ব্যাখ্যা
The value True is a Boolean literal in Python, so assigning it makes the variable a bool. Therefore a has the data type bool.