2 odpowiedzi
+ 1
Look up the random module....in particular "choice".
Look up the string module ...there a handful of constants there that will return the alphabet (upper case and/or lowercase).....see how you can combine them with the random choice.