Commit b2761989 by BellCodeEditor

save project

parent 748ab1c7
Showing with 16 additions and 4 deletions
import random
key = "usahagdhghassahjwahjajjdjjddjjddjdjdjfdkhsiusddj"
message = "周末一起群殴悟空吧!"
key_message = ""
noise = "port,:dfjruhfudgfyfyhfdh"
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
text = str1+str2+str3
key_message = key_message + text
text = "周末一起去跳楼吧!" list_message = key_message + text
li_text = list(text) list_message.insert(5,noise)
print(li_text) result_message = "".join(list_message)
\ No newline at end of file print(essult_message)
\ 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