list index out of range when popping elements after for loop

前端 未结 0 565
死守一世寂寞
死守一世寂寞 2021-02-06 19:14
def main():
    hash_table = [
        [75],
        [95, 64],
        [17, 47, 82],
        [18, 35, 87, 10],
        [20, 82, 47, 65],
        [19, 1, 23, 75, 3, 34],
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题