C-16-Q063mediumsingle_mcq
str() creates strings from:
str() creates strings from:
- aonly numbers
- bonly floats
- cdifferent data types
- donly Booleans
ব্যাখ্যা
The str() function converts values into their string form and can be applied to many different data types, such as numbers and Booleans. So it creates strings from different data types.