摘要: """ Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would hav 阅读全文
posted @ 2018-07-31 11:08 芒果先生丶 阅读(163) 评论(0) 推荐(0) 编辑
摘要: python的字典的方法,我一直以为常用的有: dict ={"name":"test","age","22"} dict["name"] dict.has_key("name") dict.keys() dict.values() dict.items() 今天发现有一个 dict.get("na 阅读全文
posted @ 2018-07-31 10:54 芒果先生丶 阅读(101) 评论(0) 推荐(0) 编辑