Commit 7c97a011 by BellCodeEditor

save project

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