What is the expected output of the following snippet''
a = 2
if a > 0:
a += 1
else:
a -= 1
print(a)
Limited Time Offer
25%
Off
Currently there are no comments in this discussion, be the first to comment!
Currently there are no comments in this discussion, be the first to comment!