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
7 Common Conflict Styles That Show Up in Relationships, According to Experts
Conflict is a natural part of any relationship, whether romantic, familial, or professional....
Why User-Generated Content (UGC) Matters: The Power of Authentic Voices in Modern Branding
Introduction
In an age when consumers are bombarded by advertising messages across every screen,...
Soccer: The Beautiful Game Unites the World
Soccer: The Beautiful Game Unites the World
Soccer, known as football in most parts of the...
Bootstrap
How do I add Bootstrap to my page?
Adding bootstrap to your page is a fast process, just add the...
100 One-on-One Questions for Managers and Employees
One-on-one meetings are among the most valuable tools for building trust, improving performance,...