2)
What will be the output produced by the following code?
a, b, c = 1, 1, 1
d = 0.3
e = a + b + c-df
= a + b + c == d
print(e)
print(f)
Answers
Answered by
0
Explanation:
dmxmdhdispusmeohzye 84
Similar questions