Python Forum
My code prints out my string 5 times and then just stops?
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My code prints out my string 5 times and then just stops?
#1
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? : ")
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  pip stops waiting for python walker 6 1,061 Nov-28-2023, 06:55 PM
Last Post: walker
  Different code execution times Wirbelwind94 4 761 Oct-06-2023, 12:30 PM
Last Post: snippsat
  zfill prints extra et the end of a var tester_V 4 908 Mar-24-2023, 06:59 PM
Last Post: tester_V
  [SOLVED] [Linux] Script in cron stops after first run in loop Winfried 2 932 Nov-16-2022, 07:58 PM
Last Post: Winfried
  Code running many times nad not just one? korenron 4 1,369 Jul-24-2022, 08:12 AM
Last Post: korenron
  Know when the pyttsx3 engine stops talking UsualCoder 3 3,234 Aug-29-2021, 11:08 PM
Last Post: snippsat
  variable prints without being declared. ClockPillow 2 1,817 Jul-11-2021, 12:13 AM
Last Post: ClockPillow
  rtmidi problem after running the code x times philipbergwerf 1 2,430 Apr-04-2021, 07:07 PM
Last Post: philipbergwerf
  Output prints Account.id at the end? LastStopDEVS 5 2,793 Dec-19-2020, 05:59 AM
Last Post: buran
  Try/Exept prints only ones tester_V 11 3,895 Nov-03-2020, 02:38 AM
Last Post: tester_V

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020