Commit 89e5b51c by BellCodeEditor

save project

parent 4a02ffe2
Pipeline #5522 failed in 0 seconds
Showing with 6 additions and 1 deletions
......@@ -6,4 +6,8 @@ for i in message:
str2=random.choice(key)
str3=random.choice(key)
key_message=key_message+test
print(key_message)
list_message=list(key_message)
list_message.insert(5,noise)
resuet_message="lll"join(list_message)
print(resuet_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