Passwords can be hard to remember, especially if you use different passwords for different websites and don't always have access to a secure password vault.
Write a function generate_memorable_password(custom_word: str, words: int) -> str
that generates a strong, secure and memorable password.