Commit aba55b18 by BellCodeEditor

save project

parent 4344bc08
Showing with 1 additions and 2 deletions
...@@ -4,12 +4,11 @@ message = "诺依,周末一起去看动漫展吧!" ...@@ -4,12 +4,11 @@ message = "诺依,周末一起去看动漫展吧!"
name="*&^%$#@#$%^&*POL:>:hhjuhjkijngyf" name="*&^%$#@#$%^&*POL:>:hhjuhjkijngyf"
pa1=list(name) pa1=list(name)
print(pa1) print(pa1)
i=i+1
for i in message: for i in message:
s1=i s1=i
s2=random.choice(key) s2=random.choice(key)
s3=random.choice(key) s3=random.choice(key)
text=s1+s2+s3 text=s1+s2+s3
print(text) print(text)
"".join() print("".join())
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