python 中的字典?
我用Python有多少种方式遍历字典???
in how many way i traverse dictionary in python???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我用Python有多少种方式遍历字典???
in how many way i traverse dictionary in python???
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
很多方法!
这只是一些,但开始从这些简单的方法转向更复杂的方法。 所有代码都经过测试。
Many ways!
That's a few, but that begins to departing from these simple ways into something more complex. All code was tested.
如果我正确解释你的问题,你可以通过多种方式浏览字典。
此处是一本适合初学者阅读的好书。
此外,字典可能不是您最好的选择。更多信息会有所帮助,更不用说它会帮助您。
If I am interpreting your question correctly, you can transverse Dictionaries in many ways.
A good read for beginners is located here.
Also a Dictionary might not be your best bet.More information would be helpful, not to mention it would aid in assisting you.
http://docs.python.org/tutorial/datastructs.html#looping-技巧
http://docs.python.org/tutorial/datastructures.html#looping-techniques