-
I am not passing the last test of the hangman game.
the error message says: Did not raise game finished exception.
Can you please help me understand why?
**Assignment**: http://learn.rmotr.com/pyth…
-
After updating to version 0.9.5, I get several error tracebacks in the terminal, and the game has crashed twice already. The errors seem to be only 3 specific ones repeated, which are below (full log …
-
Hi, I am failing the tests of the first hangman project in unit 4 and can't figure out how to pass them. When the game is won or lost, I raise either a GameWonException or a GameLostException dependi…
-
Hi, I'm having a little bit of trouble running this test in the 2nd Hangman project. Not exactly sure how we are supposed to incorporate GuessAttempt and Perform_Attempt. Santiago in the Slack Channe…
-
Hello,
I am having a hard time getting some class methods to work for the OOP Hangman assignment. Namely, I am getting bound method errors for simple gettr functions that are required for the tests…
-
Hey Guys, I am having issues with the OOP Hangman assignment. Specifically, the GuessAttempt class tests are acting a little strange. The tests seem to be initializing GuessAttempt class instances w…
-
Not passing the last two tests, notes and code are in the code window
**Assignment**: http://learn.rmotr.com/python/post-a-question/post-your/questions
**User code**:
```python
'''
Posted this ques…
-
Challenge: Create a game in Python (e.g. Hangman or Snake) and submit a pull request for Hacktoberfest.
-
I have seen this for loop statement used a few times at rmotr,
but I have not been able to figure out how to use it or where
the syntax instructions are. I have included the two examples I
seen so …
-
(hangman)brianjbeegan:~/workspace (master) $ pip install -r dev-requirements.txt
Requirement already satisfied (use --upgrade to upgrade): pytest==3.4.1 in /home/ubuntu/.virtualenvs/hangman/lib/pytho…