jamald3252 jamald3252 Today at 6:55 AM Computers and Technology Answered Why will the code below cause an error?if x == 100: print("100")elif: print("x is not 100")