Python Slice Object
Veröffentlicht 2023-02-27 22:23:14
0
11KB
A slice object is used to specify how to slice a sequence. You can specify where to start the slicing, and where to end. You can also specify the step, which allows you to e.g. slice only every other item. Here's an example of the usage:
x = ("hi", "hello", "greetings", "hola")
y = slice(3)
print(x[y])
>> ("hi", "hello", "greetings")
Suche
Kategorien
- Arts
- Business
- Computers
- Spiele
- Health
- Startseite
- Kids and Teens
- Geld
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Mehr lesen
If You Live and Breathe Your Values, Your Team Will Follow
In leadership, words matter—but actions matter more. You can hang your company’s...
Python Dictionary get() Method
With the built-in get() method, you can get the value from retrieving the specific key. If you...
Autism Spectrum: Diagnosis Pt.4
As of 2019, psychologists wait until a child showed initial evidence of ASD tendencies, then...
Моё тело вас закопает. My Body Will Bury You. (2021)
1860 год. Накануне объединения Италии в единое королевство южную часть полуострова наводнили...
FOX 5, Live TV. Atlanta USA
Stream local news and weather, traffic and sports live from FOX 5 Atlanta. WAGA-TV, channel 5...