miky705102 miky705102 18-03-2024 Computers and Technology contestada What is output? x = 10 if x < 10: print(1) elif x > 10: print(2) else: print(3)