Problem Description
A = ['S', 'c', 'a', 'l', 'e', 'r', '@', '1']
Input 2:
A = ['I', 'n', 't', 'e', 'r', 'v', 'i', 'e', 'w', 'B', 'i', 't']
1
Output 2:
0
All the characteristic required for password are present in given password.
Explanation 2:
The password given does not have any special character and also it does not have any numerical digit.
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.