Commit 624d4731 by BellCodeEditor

save project

parent 4c3b68cd
Showing with 24 additions and 3 deletions
...@@ -13,8 +13,30 @@ for i in message: ...@@ -13,8 +13,30 @@ for i in message:
str3 = random.choice(key) str3 = random.choice(key)
str_mm=str_mm+str1+str2+str3 str_mm=str_mm+str1+str2+str3
li_text=list(str_mm) li_text=list(str_mm)
a=random.randint(0,len(str_mm))
ss='trutiyiy#@$%' ss='trutiyiy#@$%'
li_text.insert(5,ss) li_text.insert(a,ss)
str4="".join(li_text) str4="".join(li_text)
print(str4) print(str4)
\ 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