Want to get a random output ever time? and Combine a string and random integer to create password? How can I Do that?h
import random from random import randint import string p = randint(1, 25) for range in p(): print(p) string.ascii_lowercase random.choice(string.ascii_letters)
Want to know the more about this code and upgrade version to develop a script
Aucun commentaire:
Enregistrer un commentaire