Commit 01fdf625 by BellCodeEditor

save project

parent 80e713fc
Showing with 4 additions and 0 deletions
import random import random
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
uu="dfdsfds3848943joiid983i2ioeuwifrdsf" uu="dfdsfds3848943joiid983i2ioeuwifrdsf"
list1=list(uu)
message1="+".join(list1)
str5="" str5=""
for i in message: for i in message:
str1=i str1=i
...@@ -9,4 +11,5 @@ for i in message: ...@@ -9,4 +11,5 @@ for i in message:
str4=str1+str2+str3 str4=str1+str2+str3
str5+=str4 str5+=str4
print(str5) print(str5)
print(message1)
# 请使用索引的知识,取出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