Computer Science, asked by yaskhandelwal, 6 months ago

Does Python support data type conversion? Explain your answer.

Answers

Answered by asha202
0

Answer:

prefer to it child

Explanation:

In Implicit type conversion, Python automatically converts one data type to another data type. This process doesn't need any user involvement. Let's see an example where Python promotes the conversion of the lower data type (integer) to the higher data type (float) to avoid data loss

Similar questions