Python Forum

Full Version: My code prints out my string 5 times and then just stops?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to make a thing just for the memes, but it only prints "kermit die" 5 times and just stops?
here is the code?

Q=0
N=0
D=0
T=1

Q=input("Enter a idiot: ")

while D < 5:
   if Q == 'russian':
      if N==0:
       print("Sonk him again") 
       print( "-russian 2k18")
       N=input("Do you want to see more qoutes? Type y if so, and n of no: ")
      else:
       if N == 'y':
        print("Kermit die")
        D+=1  
        N='y'
        if D>100:
         print("K̘̳ER̰̯̠̦MI͉̹͔͟T̙̜̗̙͚͎̭ ͖̟̭̮D͏̙̘̬̗̲I̧̝̹E̵̠")
         D+=1
        if D>200:
          print("ғ̶͈͓͉̥̘͙̃̈̓̌̒͝s̶̨̛̭͖͕͇̘͐͗̐̚͘ʏ̶̭͍̠͖̙̟͒̑͂̓̾̆ᴍ̶̨̹̤̫̰̲̎́̍̃͗̄ʙ̶̻͕͔̳͍̼͑͑̋̓̄̕ᴏ̶̬̹͈̙͓͙̆͒̓͗͌͝ʟ̶̡͎̦̫̩͎̅̽̅̏̍̽s̶̗̪͚̫̫̱̊̎̃̂̎͠")
          D+=1
        if D>300:
          print("B̴̤͉̘͕̜̌͑͒͊̉U̴̺͍̗̞̐̆́̑̃ͅR̸̛̳͚̲̹̮͌͐̈́͐Ň̷̝͕̜͙̤̃̓͆͑")
          break
       if N == 'n':
             Q=input("Okay, who do you wanna hear about now? : ")