Commit 557087ee by BellCodeEditor

save project

parent e410c9ce
Showing with 2 additions and 1 deletions
...@@ -14,7 +14,8 @@ for i in message: ...@@ -14,7 +14,8 @@ for i in message:
s=s+h s=s+h
porm = "jhkakjs" porm = "jhkakjs"
a=list(s) a=list(s)
a.insert(random.randint(0,36),porm) g=random.randint(0,36)
a.insert(g,porm)
r="".join(a) r="".join(a)
print(r) print(r)
......
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