jamald3252 jamald3252 23-01-2024 Computers and Technology contestada Why will the code below cause an error?if x == 100: print("100")elif: print("x is not 100")