RonGeffrard7700 RonGeffrard7700 18-06-2024 Computers and Technology Answered What will be the output if x=7? if(x!=1): print('hi') else: print('hello') print('mike')