Python
m = "qwertyuiop" r = input() while m != r: print("密码错误") r = input() print("密码正确")