We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
defminimumNumber(n,password):# Return the minimum number of characters to make the password strongspecial_characters="!@#$%^&*()-+"d=lower=upper=sc=0forchinpassword:ifch.isdigit()andd==0:d=1elifch.islower()andlower==0:lower=1elifch.isupper()andupper==0:upper=1elifchinspecial_charactersandsc==0:sc=1total=d+lower+upper+screturnmax(6-n,4-total)
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Join us
Create a HackerRank account
Be part of a 26 million-strong community of developers
Please signup or login in order to view this challenge
Strong Password
You are viewing a single comment's thread. Return to all comments →