simple-password-generator-with-python First Step As a first step, let’s import the secrets module. This module is built into the Python standard library, so you can import it as follows: import secrets Let’s also import Python’s built-in string module: import string