MENU
Question -

What gets printed?
x = 0
y = l
a = cmp(x,y)
if a < x:
print “a”
elif a = = x:
print “b”
else:
print “c”



Answer -

a

Comment(S)

Show all Coment

Leave a Comment

Free - Previous Years Question Papers
Any questions? Ask us!
×