Commit 8300c0d8 by BellCodeEditor

save project

parent 370d0d57
Showing with 9 additions and 3 deletions
...@@ -2,13 +2,19 @@ ...@@ -2,13 +2,19 @@
import random import random
key = "另类机构两个哪怕工农看过莫定能不能把那部分就把你恐怖类型包括那句。浪费昆明" key = "另类机构两个哪怕工农看过莫定能不能把那部分就把你恐怖类型包括那句。浪费昆明"
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
key2="" day=".lzdkmco;sdn"
text2= ""
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)
text=str1+str2+str3 text=str1+str2+str3
key2=key2+text text2=text2+text
print(key2)
dar1=list(text2)
dar1.insert(3,day)
dar2="".join(dar1)
print(dar2)
# 请使用索引的知识,取出message所有元素(不用遍历的方式) # 请使用索引的知识,取出message所有元素(不用遍历的方式)
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