What is the output of the given code? a=10 b=9 if(a>b) print ("a greater than b") else print "Not greater" end
1.a greater than b
2. Not greater
3.Syntax error
4.None of the mentioned
Answer:1
Posted Date:-2022-02-07 13:05:21