Message from Python discussions
November 2018
— Hello
Write a program to check the validity of password input by users.
Following are the criteria for checking the password:
1. At least 1 letter between [a-z]
2. At least 1 number between [0-9]
1. At least 1 letter between [A-Z]
3. At least 1 character from [$#]
4. Minimum length of transaction password: 6
5. Maximum length of transaction password: 12
Your program should accept a sequence of comma separated passwords and will check them according to the above criteria. Passwords that match the criteria are to be printed, each separated by a comma.
— No
— Solve your homework yourself
— You won't learn anything otherwise
— I have done it by accepting a single password..
— !pp
— But i cant figure it,how to accept sequence of passwords separated by commma
— But i cant figure it,how to accept sequence of passwords separated by commma
— Split by comma ?
— Https://hastebin.com/mesupebuye.py
— Any python script to hack into weather and change the temperature? Thanks