Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Coding Help
#6
Remove lines
while not (w==6):
 
   print(laisis_fuscus)
 
   w+random.randint(1,6)
 
print ("Hector")
All they do is to introduce random element, i.e. the code will continue after that part only if w=6.
Then you need to solve the puzzle
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
Coding Help - by k2d2 - Oct-29-2019, 03:08 PM
RE: Coding Help - by buran - Oct-29-2019, 03:17 PM
RE: Coding Help - by k2d2 - Oct-29-2019, 03:19 PM
RE: Coding Help - by buran - Oct-29-2019, 03:27 PM
RE: Coding Help - by k2d2 - Oct-29-2019, 03:31 PM
RE: Coding Help - by buran - Oct-29-2019, 03:51 PM
RE: Coding Help - by k2d2 - Oct-29-2019, 04:23 PM
RE: Coding Help - by buran - Oct-29-2019, 05:02 PM
RE: Coding Help - by buran - Oct-31-2019, 02:55 PM

Forum Jump:

User Panel Messages

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