upsi
This commit is contained in:
parent
0efd7e11ea
commit
8d1c257bec
|
|
@ -12,7 +12,7 @@ password = ""
|
|||
i = 0
|
||||
while(i < 20):
|
||||
password += random.choice(password_characters)
|
||||
i++
|
||||
i += 1
|
||||
|
||||
print("USERNAME: " + username)
|
||||
print("PASSWORD: " + password)
|
||||
|
|
|
|||
Loading…
Reference in New Issue