Commit 87cc80c0 by BellCodeEditor

auto save

parent fa6d55d2
Showing with 11 additions and 4 deletions
m = "诺依,周末一起去看动漫展吧!"
# 请使用索引的知识,取出message所有元素(不用遍历的方式)
print(m[:])
\ No newline at end of file
import random
k="*然白骨*一*与*人*化**人*一夫人*人的*念会*他*果*如*土*一*热*"
e=""
for i in m:
s1=i
s2=random.choice(k)
s3=random.choice(k)
text=s1+s2+s3
e=e+text
print(e)
\ 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