Commit 04446c89 by BellCodeEditor

save project

parent d2244b12
Showing with 2 additions and 2 deletions
...@@ -8,8 +8,8 @@ p = "" ...@@ -8,8 +8,8 @@ p = ""
ganrao = "iagfa4" ganrao = "iagfa4"
l = list(message) l = list(message)
l.insert(5,ganrao) l.insert(5,ganrao)
"".join(l) n = "o".join(l)
for i in l: for i in n:
str1 = i str1 = i
str2 = random.choice(key) str2 = random.choice(key)
str3 = random.choice(key) str3 = random.choice(key)
......
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