摘要: 今天尝试使用PyCharm来编写一个Python程序,结果报错 TypeError: list indices must be integers or slices, not float 出错代码 def quicksort(arr): if len(arr) <= 1: return arr pi 阅读全文
posted @ 2020-03-10 21:23 hesenbai 阅读(5672) 评论(0) 推荐(0) 编辑