Computer Science, asked by makarim9715, 10 months ago

Does Python support data type conversion ?

Answers

Answered by Anonymous
1

Python supports the data type conversion. It also converts any data type to an integer.

  • A data type conversion refers to the transfer of value from one data type storage format to another either implicitly or explicitly. For example 16 bit to 32 bit.
  • Python describes the form conversion functions like, (float), (int), (str) (to transform one type of data directly into another.
  • Such form of conversion is known as typecasting, as the user changes the object's data form, thus transforming any form of data into an integer.
Similar questions