Commit 57a027c2 by BellCodeEditor

save project

parent 058c0807
Showing with 102 additions and 0 deletions
import random
a="或个人体育局韩国Fred肉体与就看见了好看Gish同时他也"
message = "诺伊,一起去爬山"
for i in message:
s1=i
s2=random.choice(a)
s3=random.choice(a)
b=s1+s2+s3
a=a+b
print(a)
message = "诺伊,一起去爬山" message = "诺伊,一起去爬山"
length=len(message) length=len(message)
i=0 i=0
......
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