python TypeError: slice indices must be integers or None or have an __index__ method

TypeError: slice indices must be integers or None or have an index method

说明数组使用的时候存在问题。 起止点值应当是 int ,而不是 float

你可能感兴趣的:(学习笔记)