Commit 81f6f948 by BellCodeEditor

save project

parent 01fdf625
Showing with 6 additions and 4 deletions
import random import random
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
uu="dfdsfds3848943joiid983i2ioeuwifrdsf" uu="dfdsfds3848943joiid983i2ioeuwifrdsf"
list1=list(uu) us="hdaogfggo@#$^^&#jlkhjf;ha"
message1="+".join(list1)
str5="" str5=""
for i in message: for i in message:
str1=i str1=i
...@@ -10,6 +9,8 @@ for i in message: ...@@ -10,6 +9,8 @@ for i in message:
str3=random.choice(uu) str3=random.choice(uu)
str4=str1+str2+str3 str4=str1+str2+str3
str5+=str4 str5+=str4
print(str5) list1=list(str5)
print(message1) list1.insert(1,us)
str6="".join(list1)
print(str6)
# 请使用索引的知识,取出message所有元素(不用遍历的方式) # 请使用索引的知识,取出message所有元素(不用遍历的方式)
\ 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