输入

Python中接收用户输入的数据

input('提示信息')
password = input('请输入你的密码:')
print(f'你输入的密码是{password}')