Create a python function that takes in a user’s password and suggests a stronger version using character substitution.
Passwords need to be complex. In theory that is OK, but remembering them for humans is a chore. So, simple substitutions like ! , & or @ for specific alphabets can make the password a bit more secure. Here is what our function has to do. A more elaborate version of munging can be found here. https://en.wikipedia.org/wiki/Munged_...
https://ajaytech.co/python-challenges...
Courses - https://www.udemy.com/course/just-eno...