0

For some reason it when i run my code and then put the wrong answer for the first quiz question it does what it should do if the answer was correct

import time
print("dis a quiz or something idk but anyway here we go")
print("INSTRUCTIONS: also no cap letters or spaces bc i suck at coding so just go with it. and you only have 1 life so dont mess it up bro")

ask1 = input("who is the current president of russia? ")
if ask1=="vladmirputin" or "putin":
  print("CORRECT")
  print("well done you are 1 step closer to disintegrating the simulation")
  ask2 = input ("what is the newest country that was formed ")
  if ask2=="southsudan" or "ofsouthsudan" or "ofsouthsudan":
    print("CORRECT YOUR DOING WELL BUD")
  else:
    print("WRONG YOU WILL NOW BE TERMINATED...")
  time.sleep(1)
  print("TERMINATING...")
  time.sleep(1)
  exit()    
else:
  print("WRONG YOU WILL NOW BE TERMINATED...")
time.sleep(1)
print("TERMINATING...")
time.sleep(1)
exit()

 

help

0 Answers0