8. Write the output of the following program on execution if x = 50:
if x > 10:
if x > 25:
print('ok')
if x > 60:
print ('good')
elif x > 40:
print('average')
else:
print ('no output')
Answers
Answered by
10
Explanation:
ok
average
this is the answer
Answered by
2
Explanation:
rawasain Bhai abhi jo aapne ANSWER diya tuple a+B error hai sahi hai paccka ha to thanks button press kar do
Similar questions