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
0
Answer: this is wrong equation
Explanation:no output is there
Similar questions
Physics,
5 months ago
English,
5 months ago
Physics,
10 months ago
Math,
10 months ago
Social Sciences,
1 year ago