Which of the following expressions is an example of type conversion?
(a) 4.0 + float(3)
(b) 5.3 + 6.3
(c) 5.0 + 3
(d) 3 + 7
I have been asked this question in homework.
The query is from Precedence and Associativity topic in chapter Precedence and Associativity, Bitwise & Boolean of Python