Commit 98e03c6e by BellCodeEditor

save project

parent 3b34e156
Showing with 9 additions and 2 deletions
...@@ -10,4 +10,8 @@ for i in message: ...@@ -10,4 +10,8 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
key_message=key_message+text key_message=key_message+text
print(key_message) noise="dyewghb jdghdawsndfuhj"
\ No newline at end of file list_m=list(key_message)
list_m.insert(5,noise)
result_message="".join(list_m)
print(result_message)
\ No newline at end of file
text="周末一起去欢乐谷吧"
li_text=list(text)
\ 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