username= input('请输入您的账号:')
password= input('请数您的密码:')
print(username,password)
print(type(password))