C-16-Q139mediumsingle_mcq
The output of print(type(True)) indicates the type:
The output of print(type(True)) indicates the type:
- aint
- bstr
- cbool
- dfloat
ব্যাখ্যা
True is one of Python's two Boolean values, so its type is bool. Thus type(True) reports bool.