セクション 2. 章 1
single
Available Letters
メニューを表示するにはスワイプしてください
To help user we show available letters after every guess. The letter has to be deleted from the available_list if it has been used already. To do that, we create the get_available_letters function.
タスク
スワイプしてコーディングを開始
- Set the
get_available_lettersfunction usingletters_already_guessedas an argument. - Set the variable-alphabet
available_listusingstring.ascii_lowercaseto get an alphabet. - Set
forloop to work with elements of theavailable_listin the reverse order. - Set condition if a letter from the
available_listare equal to theletters_already_guessed. - Delete an element from the
available_listif it was guessed. - Test the function using the
test_letters_already_guessedlist.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 1
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください