Commit 7c97a011 by BellCodeEditor

save project

parent 9c2fe5c7
Showing with 4 additions and 2 deletions
...@@ -12,6 +12,9 @@ for i in message: ...@@ -12,6 +12,9 @@ for i in message:
s2=random.choice(k) s2=random.choice(k)
t=s1+s2+s3 t=s1+s2+s3
final_text = list(final_text) final_text = list(final_text)
index=random.randint(0,len(final_text))
key2 = "@!$#!@$%@#^%@#%$@$%##%%*^T)^&%$I#%@^#(%(*^(&%*^$^@^U$%#&^%#)" key2 = "@!$#!@$%@#^%@#%$@$%##%%*^T)^&%$I#%@^#(%(*^(&%*^$^@^U$%#&^%#)"
final_li_text=list(final_text)
final_li_text=insert(index,key2)
data = key2.join(final_li_text) data = key2.join(final_li_text)
print(data) print(data)
\ 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