What is the output of the given code? a="string" b="strings" if(a==b) print ("a and b are same") else print "Not same" end
1.a and b are same
2.Not same
3.a==b
4.None of the mentioned
Answer:2
Posted Date:-2022-02-07 13:04:20