SyntaxFix
Write A Post
Hire A Developer
Questions
My variation that I find to be more flexible.
str_Key = "" str_FullKey = "" str_CharacterPool = "01234ABCDEFfghij~-)" for int_I in range(64): str_Key = random.choice(str_CharacterPool) str_FullKey = str_FullKey + str_Key