Commit a3266548 by BellCodeEditor

save project

parent e5846af0
Pipeline #466 failed in 0 seconds
Showing with 21 additions and 0 deletions
......@@ -9,3 +9,24 @@ for i in message:
text = str1+str2+str3
key_message = key_message + text
print(key_message)
nois = "gskgiwjg-g4o094ikfngrk"
le = list(key_message)
le.insert(5,nois)
ree = "".join(le)
print(ree)
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