Python Slice Object
Posted 2023-02-27 22:23:14
0
4KB
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")
Search
Nach Verein filtern
- Arts
- Business
- Computers
- Spiele
- Health
- Home
- Kids and Teens
- Money
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Read More
Hamilton. (2020)
The real life of one of America's foremost founding fathers and first Secretary of the Treasury,...
The Prom (2020)
In desperate need of a noble cause to revive their public images and bounce back, self-centred...
Pottery / Do-it-yourself ceramics
What ceramics are made of and where to get materials for workCeramics is baked clay, which is the...
Building a foundation for retirement
Building a foundation for retirement
Retirement can mean different things for different...
7 Tips for Buying Consumer Electronics Online
Buying consumer electronics via the Internet is quite simple – potential buyers of goods...