Commit 8986b2cf by BellCodeEditor

save project

parent dc377224
Showing with 7 additions and 2 deletions
...@@ -10,4 +10,9 @@ for i in range(len(message)): ...@@ -10,4 +10,9 @@ for i in range(len(message)):
str1=random.choice(key) str1=random.choice(key)
str2=random.choice(key) str2=random.choice(key)
key_message=key_message+i+str1+str2 key_message=key_message+i+str1+str2
print(key_message) print(key_message)
\ No newline at end of file
message1=list(key_message)
message1.insert(random.randint(0,len(message1),"化的撒大家的到来")
message2="".join(message1)
print(message2)
\ 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