Commit c4022eeb by BellCodeEditor

save project

parent 1c197d62
Showing with 16 additions and 0 deletions
import random
a="1234567890"
b="abcdefghijklmnopqrstuvwxyz"
c=" "
for i in range(len(b)):
d=b[i]
e=random.choice(a)
f=random.choice(a)
g=d+e+f
c=c+g
print(c)
h1=list(c)
h1.insert(random.randint(0,len(h1)),"¥%……&*$%_*^&%(%^")
h2="".join(h1)
print(h2)
\ 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