Зміст курсу
Crafting a Classic Hangman Game
Crafting a Classic Hangman Game
Swipe to show menu
Game Rules
How to work with Projects
Hangman rules
Function plan
Final playable game version
Preparation for the Hangman!
First, we need to import the libraries required for the game and define new functions.
The first function, named load_words()
, is used to retrieve all words from a given file. One random word from this file will be chosen for the game process in the future.
Завдання
Swipe to begin your solution
- Import the
random
library. - Import the
string
library. - Define the
load_words
function to load words from a file. - Initialize the
word_list
variable to store the words for the game. - Return the
word_list
.
Рішення
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 1
AVAILABLE TO ULTIMATE ONLY