Can someone please clarify for me this 'if statement'?

前端 未结 0 520
我寻月下人不归
我寻月下人不归 2020-12-17 19:50

In a python tutorial to implement the hangman game, the instructor used following if statement,

if user_letter in alphabet - used_letters:
    used_letters.ad         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题