start = 0
stop = 100
if start < 100 :
count = start + 10
print (count)
elif start < 50:
count = start + 5
print (count)
else:
print (start)
FIND THE OUTPUT
Answers
Answered by
0
Answer:
nothing is the output
Explanation:
the question is not correct
Answered by
1
Explanation:
Error h code mei......
Check it again.
Similar questions