Commit 8cebdbf7 by BellCodeEditor

save project

parent a555ce6a
Showing with 6 additions and 2 deletions
import random import random
Key = " dsfjh认同感egdvdf房贷市场ds" Key = " dsfjh认同感egdvdf房贷市场ds"
message = "诺伊,晚上请你吃饭" message = "诺伊,晚上请你吃饭"
text=""
for i in message: for i in message:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
\ No newline at end of file str4=str1+str2+str3
text=text+str4
print(text)
list=list(text)
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