What will be the output of following python
program it a = 10 and b = 10 ? print (a = = b)
Answers
Answered by
0
Answer:
10
Explanation:
== is a numerator that shows that it is true or false. If a = b (10) then, output will be 10.
Similar questions