Commit 3c560645 by BellCodeEditor

save project

parent bf77c403
Showing with 4 additions and 4 deletions
for i in range(20):
for i in range(99999):
import random
key = "10101010002101001010310293021901091209838217528156091740120943"
key = "qwertyuiopasdfghjklzxcvbnm"
str = random.choice(key)
print(str)
\ No newline at end of file
print(str,end=" ")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment