摘要: 推荐一个学习语言的网站:http://www.codecademy.com有教程,可以边学边写,蛮不错的。for循环:1.for loops allow us to iterate through all of the elements in a list from the left-most (or zeroth element) to the right-most element. A sample loop would be structured as following:使用for循环可以遍历一个列表,从最左到最右:a = ["List of some sort”]for x 阅读全文
posted @ 2013-10-17 10:41 邦邦酱好 阅读(456) 评论(3) 推荐(0)