Commit 3d26f8e3 by BellCodeEditor

save project

parent c75e403d
Showing with 7 additions and 4 deletions
import random import random
key = "共和国很纠结客户端本身就开发和融合的居然就开了个个人退款国际化hi偶偶喝羊肉汤及" key = "共和国很纠结客户端本身就开发和融合的居然就开了个个人退款国际化hi偶偶喝羊肉汤及"
message = "很过分的" message = "很过分的"
g="hjkldsfgsdfghadfghwertyzxcvbn"
c="" c=""
for i in message: for i in message:
a1=i a1=i
a2=random.choice(key) a2=random.choice(key)
a3=random.choice(key) a3=random.choice(key)
b=a1+a2+a3 b=a1+a2+a3
c=c+b c=c+b
print(c) h=list(c)
\ No newline at end of file h.insert(3,g)
n="".join(h)
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