Commit 8f6e1e95 by BellCodeEditor

save project

parent 6ecd5581
Showing with 4 additions and 3 deletions
...@@ -2,8 +2,8 @@ import random ...@@ -2,8 +2,8 @@ import random
key="的湖看个电视v个别看的舒服izfuilg" key="的湖看个电视v个别看的舒服izfuilg"
a="复读中国湖泊中的好对付" a="复读中国湖泊中的好对付"
for i in a: for i in a:
str1=i str=i
str1=random.choice(key)
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
print(text) print(text)
text=str+str1+str2
\ 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