Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3d6e69e

Browse files
Update README.md
1 parent 2f019fb commit 3d6e69e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

‎Hangman Game/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# The task is to create a hangman game.
1+
# Package/Script Name
22

3-
### Hint: Create a List of secret words and randomly pick a word. Now represent each word as _ and give user chances to guess the word if the user guesses the word right then replace _ with the word.
3+
- `pip install time`
4+
There is a popular time module available in Python which provides functions for working with times, and for converting between representations.
5+
6+
### Hint: Create a List of secret words and randomly pick a word. Now represent each word as _ and give user chances to guess the word if the user guesses the word right then replace _ with the word.
7+
8+
9+
## Setup Instruction
10+
11+
first install time package in your system open your terminal and write `pip install time` this will install time module in your system and random module is already install in python by itself so don't waste your time. Now make file `program.py` or whatever your choice and write program from program.py file and run it.
412

513
# Output
614
[Output](https://github.com/Ayush7614/Amazing-Python-Scripts/blob/master/Hangman%20Game/Output.pdf)
15+

0 commit comments

Comments
(0)

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