Computer Science, asked by kaminishrivastava99, 5 months ago

What would be the output produced and why
a, b, c = 0.1
d = 0.3
e = a+b+c-d
f = a+b+c==d .
print (e)
print (f)

Answers

Answered by ritikanishad82
0

Answer:

hi give the value of a and b

Similar questions