In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces the characteristics of the use of python slices, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.
1. Specify the index of the first and last elements.
Names = ["Jerry", "Tom", "Bob", "Ann"] print (names [0:2]) # like the range method, # output:# ['Jerry',' Tom']
2.Only specifying the index of the last element will start automatically.
Names = ["Jerry", "Tom", "Bob", "Ann"] print (names [: 2]) # output:# ['Jerry',' Tom']
3.Only specify that the index of the first element will last until the end of the list.
Names = ["Jerry", "Tom", "Bob", "Ann"] print (namespace [1:]) # output:# ['Tom',' Bob', 'Ann']
4. Specify the third parameter and specify that one is extracted every few elements.
Names = ["Jerry", "Tom", "Bob", "Ann"] print (names0: 4:2]) # output:# ['Jerry',' Bob'] Thank you for reading this article carefully. I hope the article "what are the characteristics of the use of python slices" shared by the editor will be helpful to you? at the same time, I also hope you can support us, pay attention to the industry information channel, and more related knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.