

InterviewSolution
Saved Bookmarks
1. |
Find the output a=23,b=25 ,print (a is b) |
Answer» a=23,b=25 ,print (a is b){ this code give you "false" as output because b is not = a} | |