Commit 41519725 by BellCodeEditor

save project

parent fce8ac92
Showing with 3 additions and 2 deletions
...@@ -14,7 +14,7 @@ for i in message: ...@@ -14,7 +14,7 @@ for i in message:
text1 = text1 + text text1 = text1 + text
#print(text1) #print(text1)
s=list(text1) s=list(text1)
b="yfyuuyfuyt" j=random.randint(0,len(s))
c=s.insert(2,b) s.insert(j,key)
d="".join(s) d="".join(s)
print(d) print(d)
\ 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