User Profile

Collapse

Profile Sidebar

Collapse
eotness
eotness
Last Activity: Oct 8 '16, 12:39 AM
Joined: Oct 6 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eotness
    replied to Hangman Python game help for MIT
    I'll look into that link. Though I think I should be a bit more explicit regarding what the functions are:

    Function 1 is the loadWords function

    Function 2 is the chooseWord function

    Function 3 is the isWordGuessed function

    Function 4 is the getGuessedWord function

    Function 5 is the getAvailableLet ters function

    and Function 6 is the hangman function.

    I thought...
    See more | Go to post

    Leave a comment:


  • eotness
    started a topic Hangman Python game help for MIT

    Hangman Python game help for MIT

    Hi.

    I'm trying to do the Hangman assignment for an online MIT course. However, I'm running into problems with the master code:

    I've got the following code so far:

    Code:
    import urllib.request 
    
    # Hangman game
    #
    
    # -----------------------------------
    # Helper code
    # You don't need to understand this helper code,
    # but you will have to know how to use the functions
    ...
    See more | Go to post
No activity results to display
Show More
Working...