TypeError: list indices must be integers or slices, not float don;t know what to do

后端 未结 0 1397
别那么骄傲
别那么骄傲 2020-12-07 00:33
def display_hash(hashTable):

  for i in range(len(hashTable)):

    print(i, end = " ")     

    for j in hashTable[i]:

      print("-->",          


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