Commit c75e403d by BellCodeEditor

save project

parent 3fdcf028
Showing with 13 additions and 0 deletions
import random
key = "共和国很纠结客户端本身就开发和融合的居然就开了个个人退款国际化hi偶偶喝羊肉汤及"
message = "很过分的"
c=""
for i in message:
a1=i
a2=random.choice(key)
a3=random.choice(key)
b=a1+a2+a3
c=c+b
print(c)
\ 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