Q. What is the output of float(‘3.14’)?
Solution:
float(‘3.14’) converts the string to a float, resulting in 3.14.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
float(‘3.14’) converts the string to a float, resulting in 3.14.
Strengthen Your Practice with our comprehensive question bank.