Find out the error and the reason for the error in the following code. Also, give the corrected code.
a, b = "5.0", "10.0"
x = float(a/b)
print(x)
please answer this if you know
Answers
Answered by
1
Answer:
mark me as a brainlist please
Similar questions