Commit 8986b2cf by BellCodeEditor

save project

parent dc377224
Showing with 6 additions and 0 deletions
......@@ -11,3 +11,8 @@ for i in range(len(message)):
str2=random.choice(key)
key_message=key_message+i+str1+str2
print(key_message)
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