摘要: Python使用for循环遍历列表 代码: fruits=['apple','pear','grape','mango','lemon'] for fruit in fruits : print(fruit) 错误: IndentationError: expected an indented bl 阅读全文
posted @ 2020-02-27 18:47 cute_lemon 阅读(348) 评论(0) 推荐(0)