Commit f928f873 by BellCodeEditor

save project

parent 06099b05
Showing with 35 additions and 1 deletions
...@@ -14,7 +14,7 @@ import random ...@@ -14,7 +14,7 @@ import random
key="abdxr. kinmkgn" key="abdxr. kinmkgn"
message="小名,周末一起去看动漫展吧!" message="小名,周末一起去看动漫展吧!"
key=message="" key=message=""
noise="port:mjiokij"
for i in message: for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
...@@ -22,3 +22,37 @@ for i in message: ...@@ -22,3 +22,37 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
key_message=key_message+text key_message=key_message+text
print(key_message) print(key_message)
list_message=list(key_message)
list_message.insert(5,noise)
result_message="".join(list_message)
print(reseult_message)
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