Commit c684877b by BellCodeEditor

save project

parent 72f06657
Showing with 5 additions and 2 deletions
......@@ -11,4 +11,8 @@ for i in message:
b=random.choice(key)
a=random.choice(key)
key_message+=c+b+a
print(key_message)
\ No newline at end of file
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