Commit aa3465b6 by BellCodeEditor

save project

parent c6af0575
Showing with 12 additions and 0 deletions
...@@ -14,3 +14,15 @@ for i in message: ...@@ -14,3 +14,15 @@ for i in message:
r=s1+s2+s3 r=s1+s2+s3
m=m+r m=m+r
print(m) print(m)
noise="iwedjfjlke"
for i in message:
s1=i
s2=random.choice(key)
s3=random.choice(key)
r=s1+s2+s3
m=m+r
list_message=list(m)
list_message.insert(5,noise)
result_message="".join(m)
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