Commit e6c1c204 by BellCodeEditor

save project

parent ab4f63dc
Showing with 4 additions and 2 deletions
message = "儿子,周末一起去看你吃屎吧!" message = "儿子,周末一起去看你吃屎吧!"
for i in message: i=0
print(i) while i <=14:
print(message[i])
i+=1
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
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