TypeError: slice indices must be integers or None or have an __index__ method code example
Example: slice indices must be integers or none or have an __index__ method
item = plateau[int(debut):int(fin)]
item = plateau[int(debut):int(fin)]