Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python Hangman Game - Multiple Letters Problem
Post: RE: Python Hangman Game - Multiple Letters Problem

Thank you! This worked. :)
t0rn General Coding Help 4 4,707 Jun-05-2020, 11:27 AM
    Thread: Python Hangman Game - Multiple Letters Problem
Post: RE: Python Hangman Game - Multiple Letters Problem

(Jun-04-2020, 02:26 PM)Clunk_Head Wrote: The find function returns the index of the first instance found. That's why it stops working after the first one is found. If it doesn't find an instance the...
t0rn General Coding Help 4 4,707 Jun-04-2020, 04:41 PM
    Thread: Python Hangman Game - Multiple Letters Problem
Post: Python Hangman Game - Multiple Letters Problem

Python 3.6.5 I've created a hangman game in Python and I'm trying to debug an error: The game works in a way that randomly picks a word from a list, stars out the word (using two separate variable ...
t0rn General Coding Help 4 4,707 Jun-04-2020, 11:57 AM

User Panel Messages

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