Get the App
SLTechnology News&Howtos  ›  Development  › 

How to implement list slicing of negative steps in python

Shulou Source: shulou.com Published: 2022-06-01 04:49:41 09月22日 Update

Editor to share with you how python to achieve a negative number of steps of the list slice, I hope you will learn something after reading this article, let's discuss it together!

List slicing of negative steps

> > a = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] > > a [::-1] [10, 9, 8, 7, 6, 5, 4, 3, 2, 0] > a [::-2] [10, 8, 6, 4, 2, 0] after reading this article, I believe you have a certain understanding of "how python realizes the list slice of negative steps". If you want to know more about it. Welcome to follow the industry information channel, thank you for reading!

Tags: Steps negative numbers articles done more knowledge industry information information channels channels Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno macOS Docker NVidia OPPO Reno Huawei