在python中书写区间函数的方法1.合并区间def merge(intervals): ''' @msg: //合并多个区间 @param in...