Skip to main content
Code Review

Return to Question

Commonmark migration
Source Link

Assignment Criteria

Create another version of the Hangman game, this time using Lists. The program should ask for the word to guess and the number of chances to be given.

It should then split the characters in the word into individual items in a list. The other player should then be allowed to guess characters in the word. The program should display correctly guessed characters and unknown characters in the same way as the previous Hangman game.

Assignment Criteria

Create another version of the Hangman game, this time using Lists. The program should ask for the word to guess and the number of chances to be given.

It should then split the characters in the word into individual items in a list. The other player should then be allowed to guess characters in the word. The program should display correctly guessed characters and unknown characters in the same way as the previous Hangman game.

Assignment Criteria

Create another version of the Hangman game, this time using Lists. The program should ask for the word to guess and the number of chances to be given.

It should then split the characters in the word into individual items in a list. The other player should then be allowed to guess characters in the word. The program should display correctly guessed characters and unknown characters in the same way as the previous Hangman game.

Tweeted twitter.com/StackCodeReview/status/817265207382683648
deleted 124 characters in body; edited tags
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

Assignment Criteria

Assignment Criteria

Alright! Title says it all.

It'sThis a simple hangmanHangman game in Python and I was just wondering if there was any code improvements that could be done with this. I can definitely see a few, but they're very minor changes. (Ee.g. spaces can be removed as it's redundant and never really gets used.)

Any tips or pointers for future reference will be greatly appreciated.


Assignment Criteria

Alright! Title says it all.

It's a simple hangman game in Python and I was just wondering if there was any code improvements that could be done with this. I can definitely see a few, but they're very minor changes. (E.g. spaces can be removed as it's redundant and never really gets used.)

Any tips or pointers for future reference will be greatly appreciated.


Assignment Criteria

This a simple Hangman game in Python and I was just wondering if there was any code improvements that could be done with this. I can definitely see a few, but they're very minor changes (e.g. spaces can be removed as it's redundant and never really gets used.)

Trademark capitalization; grammar; replicated title in body.
Source Link

Alright! Title says it all.

It's a simple hangman game in pythonPython and I was just wondering if there was any code improvements that could be done with this. I can definitely see a few, but they're very minor changes. (E.g:. spaces can be removed as it's redundant and never really gets used.)


Alright! Title says it all. It's a simple hangman game in python and I was just wondering if there was any code improvements that could be done with this. I can definitely see a few, but they're very minor changes. (E.g: spaces can be removed as it's redundant and never really gets used.)

Alright! Title says it all.

It's a simple hangman game in Python and I was just wondering if there was any code improvements that could be done with this. I can definitely see a few, but they're very minor changes. (E.g. spaces can be removed as it's redundant and never really gets used.)

Moved code at bottom.
Source Link
Loading
Source Link
Loading
lang-py

AltStyle によって変換されたページ (->オリジナル) /