for password in itertools.product( characters, repeat=1 ): password = ''.join( password ) print( password )