Commit b2bd9c61 by BellCodeEditor

save project

parent 1b776552
Pipeline #9098 failed in 0 seconds
Showing with 4 additions and 3 deletions
import random
import random
key = "qwertyuiop"
message = "我是傻逼"
key_message = ""
......@@ -11,6 +11,8 @@ for i in message:
text = str1+str2+str3
key_message = key_message + text
list_message = list(key_message)
index = len(massage)
list_message.insert(5,noise)
result_message = "".join(list_message)
print(result_message)
\ No newline at end of file
print(result_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