摘要: List Slice 001-- to read specific elements in the list 001-- the difference between list2=list1[:] and list3=list1 阅读全文
posted @ 2017-06-01 16:24 ReedyLi 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 00-- print every 2 members in the list : 001--print the members with index in the list: 002-- the difference between append(), extend(), insert() : ht 阅读全文
posted @ 2017-06-01 15:47 ReedyLi 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 01--Password verification 002- sort the number which equal to its own number's cubic 003--combination of different color balls : Note: 1-- break only 阅读全文
posted @ 2017-06-01 10:10 ReedyLi 阅读(211) 评论(0) 推荐(0) 编辑