"title":"Release 1.6 does not have pre-autoreconf'ed configure script",
"body":"If you have a usage question, please ask us on either Stack Overflow (https://stackoverflow.com/questions/tagged/jq) or in the #jq channel (http://irc.lc/freenode/%23jq/) on Freenode (https://webchat.freenode.net/)."
},
{
"id":954792209,
"number":2336,
"title":"Fix typo",
"body":""
}
]
# TODO(You): 请在此实现while循环遍历打印代码
```
请选出下列**实现不正确**的代码。
## template
```python
deftest(list):
i=0
whilei<len(list):
item=list[i]
print('')
print("## 第{}条信息".format(i))
print("* id: {}".format(item['id']))
print("* number: {}".format(item['number']))
print("* title: {}".format(item['title']))
print("* body: {}".format(item['body']))
i+=1
if__name__=='__main__':
list=[
{
"id":955350543,
"number":2337,
"title":"Release 1.6 does not have pre-autoreconf'ed configure script",
"body":"If you have a usage question, please ask us on either Stack Overflow (https://stackoverflow.com/questions/tagged/jq) or in the #jq channel (http://irc.lc/freenode/%23jq/) on Freenode (https://webchat.freenode.net/)."