Discussion:
[Tutor] problem with code (Alan Gauld)
Freddy
2015-08-20 18:12:11 UTC
Permalink
Hello,

I am trying to make Hangman. But main part of the game i.e. comparing
user input with secret word is not working properly.

Can you have a look where am I going wrong?


Thank you

Attachment: Python code file.


_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Joel Goldstick
2015-08-20 19:48:35 UTC
Permalink
Post by Freddy
Hello,
I am trying to make Hangman. But main part of the game i.e. comparing user
input with secret word is not working properly.
Can you have a look where am I going wrong?
Thank you
Attachment: Python code file.
No attachments allowed here. Paste your code in your message

Joel Goldstick
http://joelgoldstick.com
_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Loading...