Just a beginner's question. I found slice(start, end) seems doesn't
pick up that the last one specified by 'end'. Such as slice(0, 3), it
picks up 0, 1 and 2. Is that correct?

Jack

Reply via email to