Commit ec5ad292 by BellCodeEditor

save project

parent fe831757
Showing with 4 additions and 2 deletions
......@@ -4,9 +4,12 @@ print(message[0:15])
import random
key="ahciekdlonbdqushwndaijs"
abc=""
cba="@qj&#$*)"
for i in message:
str1=str(random.choice(key))
str2=str(random.choice(key))
str3=i+str1+str2
abc=abc+str3
print(abc)
\ No newline at end of file
abc=list(abc)
abc.insert(5,cba)
print("".join(abc))
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