Commit e2fe595b by BellCodeEditor

save project

parent 48627cbc
Showing with 2 additions and 2 deletions
...@@ -10,7 +10,7 @@ for i in message: ...@@ -10,7 +10,7 @@ for i in message:
bb=str(bb)+aaa bb=str(bb)+aaa
ccc=list(bb) ccc=list(bb)
ddd="!@#@#!@$%&*%" ddd="!@#@#!@$%&*%"
ccc.insert(4,ddd) ccc.insert(random.randint(0,len(ccc)),ddd)
aaa="".join(ccc) aaa="".join(ccc)
print(aaa) print(aaa)
random.randint(-1,4)
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