Question: Using lists, write a Python program which prompts the user to create a user account and checks whether the provided user name and password are
Using lists, write a Python program which prompts the user to create a user account and checks whether the provided user name and password are legal.
Note: a user name should start with a letter and only consists of letters and numbers. The length should be between 6 and 12; a password should start with a letter and only consists of letters, numbers and the underscore symbol "_". The length should be between 8 to 16.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
