+ 1
Does the Import Module shows random strings rather than numbers(randint)?
Alternatively, is there such thing as "random.randstr" in the random module?
1 Antwort
0
see, docs.python.org/3.5/library/random.HTML
there is no random string, though, there is random char : random.choice('asdfghjkl') -> 'd'