C-16-Q059mediumsingle_mcq
Changing the data type of a variable in Python is called:
Changing the data type of a variable in Python is called:
- aprinting
- bassigning
- ccasting
- dimporting
ব্যাখ্যা
Converting a value from one data type to another in Python is called type casting. It is performed using conversion functions such as int(), float(), and str().