理解并掌握:待办清单。本课不是占位内容,示例和练习都围绕这个知识点。
todos = [] todos.append('学习Python') for t in todos: print(t)
请根据本课知识,自己写一段包含检查点的代码。
检查点:print, for, append, 待办