三个猜数字游戏代码(Python)
摘要:
def binary_search(list,item): low = 0 high = len(list)-1 while low item: high = mid - 1 else: low = mid + 1 return None my_list = [1,3,5,7,9] print... 阅读全文
posted @ 2019-03-03 16:20 Gete54 阅读(3594) 评论(0) 推荐(0)
浙公网安备 33010602011771号