Commit 4507f3a4 by BellCodeEditor

save project

parent e559b253
Showing with 5 additions and 0 deletions
...@@ -2,6 +2,7 @@ import random ...@@ -2,6 +2,7 @@ import random
key="frgtdffdtjykuij,djdjghjhg" key="frgtdffdtjykuij,djdjghjhg"
message="诺依,周末一起去看动漫展吧!" message="诺依,周末一起去看动漫展吧!"
b="" b=""
c="dFESGTRHYKII09-0=5766331"
for i in message: for i in message:
str1=i str1=i
...@@ -9,4 +10,8 @@ for i in message: ...@@ -9,4 +10,8 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
a=str1+str2+str3 a=str1+str2+str3
b=b+a b=b+a
b=list(b)
b.insert(4,c)
b="",join(b)
print(b) print(b)
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