Answer the question
In order to leave comments, you need to log in
What do you need to replace string.digits in this string in order to get a number from 2 to 7?
a=''.join(random.choice(string.ascii_letters + string.digits) for x in range(32))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question