Commit 8d77a29e by BellCodeEditor

save project

parent 72ea6cdb
Showing with 3 additions and 2 deletions
...@@ -14,11 +14,12 @@ for i in message: ...@@ -14,11 +14,12 @@ for i in message:
str4=str1+str2+str3 str4=str1+str2+str3
str5=str5+str4 str5=str5+str4
str6=list(str5) str6=list(str5)
gan=random(0.len(i)) x=random.randint(0,len(str5))
str6.insert(x,gan)
str7="".join(gan) str7="".join(str6)
print(str) print(str)
......
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