English, asked by abhirathod012001, 2 months ago

explain type conveesion with examples​

Answers

Answered by Anonymous
2

Answer:

Type Conversion in Python with Examples

The process of converting a Python data type into another data type is known as type conversion. There are mainly two types of type conversion methods in Python, namely, implicit type conversion and explicit type conversion

Answered by ayushthegreat47
1

Explanation:

An example would be the conversion of an integer value into a floating point value or its textual representation as a string, and vice versa. Type conversions can take advantage of certain features of type hierarchies or data representations.

Similar questions