Commit f13e968f by BellCodeEditor

save project

parent 1f76b976
Showing with 5 additions and 1 deletions
...@@ -8,5 +8,9 @@ for i in message: ...@@ -8,5 +8,9 @@ for i in message:
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