Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python hangman help
Post: RE: Python hangman help

import random def main(): # Display Instructions instruction_list = ['Keep guessing letters until your guesses run out'] instructions(instruction_list) #Display Pu...
A1395 General Coding Help 11 7,182 Feb-13-2019, 04:01 PM
    Thread: Python hangman help
Post: RE: Python hangman help

So this is the code I was using for new_temp def update_puzzle_string(temp, word, correct_guess, guess, guessed_letters): new_temp = '' for count, item in enumerate(word): if i...
A1395 General Coding Help 11 7,182 Feb-13-2019, 03:41 PM
    Thread: Python hangman help
Post: RE: Python hangman help

(Feb-13-2019, 03:12 AM)ichabod801 Wrote: (Feb-13-2019, 12:15 AM)A1395 Wrote: Any way around this problem? That's what I was talking about in my last post. Although thinking about it, what I said w...
A1395 General Coding Help 11 7,182 Feb-13-2019, 05:32 AM
    Thread: Python hangman help
Post: RE: Python hangman help

(Feb-12-2019, 11:39 PM)ichabod801 Wrote: Also note that you are still wiping out previous correct guesses. I would change the blanks[count] on line 131 to temp[count]. That way if they've guessed th...
A1395 General Coding Help 11 7,182 Feb-13-2019, 12:15 AM
    Thread: Python hangman help
Post: RE: Python hangman help

Thank you for the help Ichabod. I took your advice and tried to fix the code as much as I could. Please note that the word for this game is supposed to be different every time it is run. I just put 'a...
A1395 General Coding Help 11 7,182 Feb-12-2019, 11:05 PM
    Thread: Python hangman help
Post: Python hangman help

Hello. I need some help with my code. It has to be in the format I am posting. So when I run the game, it is basically supposed to keep asking for a guess until the number of guess reach 0 or until...
A1395 General Coding Help 11 7,182 Feb-12-2019, 07:17 PM

User Panel Messages

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