Commit dc6bff3a by BellCodeEditor

save project

parent c5d34269
Showing with 4 additions and 3 deletions
...@@ -2,9 +2,9 @@ import random ...@@ -2,9 +2,9 @@ import random
key = "sdadfaksldk打基础 附件覅IC发!" key = "sdadfaksldk打基础 附件覅IC发!"
massage="诺依,今天一起出去玩!" massage="诺依,今天一起出去玩!"
for i in massage: for i in massage:
trr1=i str1=i
trr2=random.choice(key) str2=random.choice(key)
trr3=random.choice(key) str3=random.choice(key)
text = str1+str2+str3 text = str1+str2+str3
text2= text2+text text2= text2+text
print(text2) print(text2)
\ 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