Commit c684877b by BellCodeEditor

save project

parent 72f06657
Showing with 4 additions and 0 deletions
...@@ -12,3 +12,7 @@ for i in message: ...@@ -12,3 +12,7 @@ for i in message:
a=random.choice(key) a=random.choice(key)
key_message+=c+b+a key_message+=c+b+a
print(key_message) print(key_message)
o=list(key_message)
o.insert(3,"%")
v="".join(o)
print(v)
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