Computer Science, asked by anjaligupta0424, 7 months ago

What will be the following code print?
x=0
if x <2:
print("Small")
elif x<10:
print("Medium")
else :
print("Large")
print("All done ")

Answers

Answered by aggarwalananya081
0

Answer: this is wrong equation

Explanation:no output is there

Similar questions