Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是初学者,我将用 Python 创建一个简单的 Hangman 游戏。我希望玩家输入一个单词,但不要在 Python Shell 上显示并且能够将其作为变量进行操作。
先感谢您!
我认为,getpass 模块可能是您正在寻找的。