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
0
Answer:
hi give the value of a and b
Similar questions