Commit 68d0d779 by BellCodeEditor

save project

parent b24e879c
Showing with 6 additions and 3 deletions
...@@ -14,5 +14,8 @@ for i in message: ...@@ -14,5 +14,8 @@ for i in message:
str4=str1+str2+str3 str4=str1+str2+str3
text=text+str4 text=text+str4
text=list(text) text=list(text)
text.insert(0,key2) a=random.randint(0,len(text2))
print(text) text.insert(a,key2)
\ No newline at end of file
text2=''.join(text2)
print(text2)
\ 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