Commit f72081b6 by BellCodeEditor

save project

parent 0669ceb7
Showing with 4 additions and 1 deletions
...@@ -12,7 +12,10 @@ for i in message: ...@@ -12,7 +12,10 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
text1=text1+text text1=text1+text
print(text1) list1=list(text1)
list.insert(random.randint(0,len(list1)),key1)
str4="".join(list1)
print(str4)
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