Commit 517ade7a by BellCodeEditor

save project

parent c71381c6
Showing with 5 additions and 1 deletions
...@@ -7,5 +7,5 @@ while i < length: ...@@ -7,5 +7,5 @@ while i < length:
i += 1 i += 1
list_message = list(key_message) list_message = list(key_message)
list_message.insert(5,noise) list_message.insert(5,noise)
ind
# 请使用索引的知识,取出message所有元素(不用遍历的方式) # 请使用索引的知识,取出message所有元素(不用遍历的方式)
\ No newline at end of file
text="hello world"
for i in text:
print(i)
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