demsaikou9 demsaikou9 07-12-2020 Computers and Technology contestada Consider the following code: X = 18 if (x > 18) : print(1) elif (x <18): print(2) else: print(3) Which of the following will the code output?