MCPcopy Create free account
hub / github.com/Ptechgithub/configs / genString

Function genString

wa.py:54–59  ·  view source on GitHub ↗
(stringLength)

Source from the content-addressed store, hash-verified

52 referrer = input("[#] ENTER WARP+ ID : ")
53
54def genString(stringLength):
55 try:
56 letters = string.ascii_letters + string.digits
57 return ''.join(random.choice(letters) for i in range(stringLength))
58 except Exception as error:
59 print(error)
60
61def digitString(stringLength):
62 try:

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected