C-16-Q138mediumsingle_mcq
The output of print(type('hello')) indicates the type:
The output of print(type('hello')) indicates the type:
- aint
- bfloat
- cstr
- dbool
ব্যাখ্যা
The value 'hello' is written inside quotation marks, making it a string. So type('hello') reports the type as str.