Commit 6fdefd93 by BellCodeEditor

save project

parent 92d405b1
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ g="%^*%@*&%%%$$@(&*^%)" ...@@ -5,7 +5,7 @@ g="%^*%@*&%%%$$@(&*^%)"
#要加密好的语句 #要加密好的语句
e_y="" e_y=""
list_y=list(y) list_y=list(y)
for i in range(len(list_y)) for i in range(len(list_y)):
list_y.insert(random.randint(0,len(list_y)),g) list_y.insert(random.randint(0,len(list_y)),g)
y="".join(list_y) y="".join(list_y)
print(y) print(y)
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