liizbenson459 liizbenson459 Today at 6:02 AM Computers and Technology Answered In the following code, the then-block will never execute. Why?if 100 < 10: print("We executed!") print("Congratulations!")print("The program finished.")