Commit f13e968f by BellCodeEditor

save project

parent 1f76b976
Showing with 6 additions and 2 deletions
...@@ -7,6 +7,10 @@ for i in message: ...@@ -7,6 +7,10 @@ for i in message:
t2=random.choice(kjh) t2=random.choice(kjh)
t3=random.choice(kjh) t3=random.choice(kjh)
aaa=t1+t2+t3 aaa=t1+t2+t3
bb=str(bb)+aaa bb=str(bb)+aaa
print(bb) ccc=list(bb)
ddd="!@#@#!@$%&*%"
ccc.insert(4,ddd)
aaa="".join(ccc)
print(aaa)
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