使用Python操作JSON文本文件(2)

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

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/0a3aaee3e1fef6e20b9817779530717b.html