import random import time print("Ironan and Thor have fallen ") time.sleep(1) print("The rest of the team is gone") time.sleep(2) print("You wield both your shield and Mjolnir and are face-to-face with Thanos") cap = print("Health levels:") cap_hp = 50 print("Cap" , cap_hp) than_hp = 100 thanos = than_hp print("Thanos" , than_hp) hit = random.randint(1, 20)