Computer Science, asked by madhavipanchal15, 9 months ago

x=41
if x> 10:
print("Above ten,")
if x > 20:
print("and also above 20!")
else:
print("but not above 20.")​

Answers

Answered by satwiklakhanpal258
2

Answer:

x=41

Explanation:

it was simple one

Similar questions