Commit 7609ad21 by BellCodeEditor

save project

parent ec5ad292
Showing with 2 additions and 2 deletions
......@@ -4,12 +4,12 @@ print(message[0:15])
import random
key="ahciekdlonbdqushwndaijs"
abc=""
cba="@qj&#$*)"
cba="@qj&ee#q$qw*q)"
for i in message:
str1=str(random.choice(key))
str2=str(random.choice(key))
str3=i+str1+str2
abc=abc+str3
abc=list(abc)
abc.insert(5,cba)
abc.insert(random.randint(0,len(abc)),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