interview_python
interview_python copied to clipboard
编程题 第8题 问题描述不够精确
应该叙述为两个同为升序或同为降序的有序列表,如不这样描述,以下例子就会出错: a = [30, 40, 70, 90] b = [20, 90]