Job 1#python Multi-user login with list with three opportunities

Source: Internet
Author: User

1Username = ["Juebai","haha"]2Password = [123,456]3Count =04  whileCount < 3:5_username = input ("User name:")6_password = Int (input ("Password:"))7     if_username = = Username[0] and_password = =Password[0]:8         Print("Login successful, welcome back! ")9          BreakTen     elif_username = = Username[1] and_password = = Password[1]: One         Print("Login successful, welcome back.") A          Break -     Else: -         Print("account password error, only three times a day, please re-fill, continue") theCount + = 1 - #at present, only multi-user login is implemented, login error lock is also implemented, then fill up. 

Realize the idea, first realize single user login, then use while loop three times, three chance input login, the list of account and password is one by one corresponding relationship.

Job 1#python Multi-user login with list with three opportunities

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.