Computer Science, asked by PranitaKumari, 4 months ago

x = 0
a = 0
b = -5
if a > 0:
if b < 0:
x = x + 5
elif a > 5:
x = x + 4
____:
x = x + 3
else:
x = x + 2
print(x)

a)else

b)if

c)elif

d)else if elif​

Answers

Answered by anjali9765
1

Answer:

else if elif

Explanation:

hope this helps

Similar questions