Commit f073bbe1 by BellCodeEditor

save project

parent 3010a9a8
Showing with 2 additions and 0 deletions
...@@ -3,3 +3,4 @@ message = input('请输入您è¦åŠ å¯†çš„å†…å®¹ï¼š')#input在控制å°è¾“入内å ...@@ -3,3 +3,4 @@ message = input('请输入您è¦åŠ å¯†çš„å†…å®¹ï¼š')#input在控制å°è¾“入内å
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
for i in message: for i in message:
print(i)#打印所有元素 print(i)#打印所有元素
print(message[1])
\ 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