What will be output of given code
x = 0
a = 0
b = -5
if a > 0:
if b < 0:
x = x + 5
elif a > 5:
X = x + 4
else:
x = x + 3
else:
x= x + 2
print(x)
Answers
Answered by
0
Answer:
2
Read my bio once only please
Similar questions