Kagamin:
> half of a slice: a[None+len(a) : None]

Python is strictly typed, so you can't sum None with an int.

Bye,
bearophile

Reply via email to