print('This is your %d time try!' % count)
password = input('Please input your password: ')
if data[username]['pwd'] == password:
print('Welcome to login %s' % username)
exit()
elif password == 'q':
exit()
else:
print('Wrong password, retry!')
continue
f.close()
Linux公社的RSS地址:https://www.linuxidc.com/rssFeed.aspx