Use the Python programming language to complete below (I need the New Answer for this, and...

80.2K

Verified Solution

Question

Programming

Use the Python programming language to completebelow (I need the New Answer for this, and pleaseprovide the screenshot of the source code. Thankyou!):

  • A website requests an user to input his account password.
  • Write a program to examize the validity of the password.
  • The valid password must consists of:
    • At least 1 letter in [a-z]
    • At least 1 number in [0-9]
    • At least a letter in [A-Z] (capital)
    • At least one special letter in [$#@]
    • At least 6 letters in total
    • At most 12 letters in total
  • The program can accept a list of passwords that are split bycommas.
  • Print all valid passwords in a line and split by commas
  • Examples:
    • Input: ABd1234@1,a F1#,2w3E*,2We3345
    • Output: ABd1234@1

Answer & Explanation Solved by verified expert
4.3 Ratings (592 Votes)
python package to find patternsimport reinputs comma separated    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students