Computer Science, asked by riddhipetkar, 6 months ago

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 shipra9790
1

Answer:

mark me as a brainlist please

Similar questions