点击查看【bilibili】 学习代码如下: # 输入密码password = input('请输入你的密码:')print(f'您输入的密码为{password}')print(type(password)) 运行结果如下: