Commit 766bad8c by BellCodeEditor

save project

parent 3d26f8e3
Showing with 4 additions and 1 deletions
...@@ -3,6 +3,7 @@ key = "共和国很纠结客户端本身就开发和融合的居然就开了个 ...@@ -3,6 +3,7 @@ key = "共和国很纠结客户端本身就开发和融合的居然就开了个
message = "很过分的" message = "很过分的"
g="hjkldsfgsdfghadfghwertyzxcvbn" g="hjkldsfgsdfghadfghwertyzxcvbn"
c="" c=""
x=random
for i in message: for i in message:
a1=i a1=i
a2=random.choice(key) a2=random.choice(key)
...@@ -10,6 +11,7 @@ for i in message: ...@@ -10,6 +11,7 @@ for i in message:
b=a1+a2+a3 b=a1+a2+a3
c=c+b c=c+b
h=list(c) h=list(c)
h.insert(3,g) x=random.randint(0,len(g))
h.insert(x,g)
n="".join(h) n="".join(h)
print(n) print(n)
\ No newline at end of file
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