Python Slice Object
Veröffentlicht 2023-02-27 22:23:14
0
12KB
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
- Personal Development
- Recreation
- Regional
- Reference
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Личное развитие
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Mehr lesen
Телеканал "Продвижение" прямой эфир.
Семейно - развлекательный телеканал «Продвижение» создан в 2014 году. Аудитория...
How Do Platform Algorithms Influence Content Visibility and Reach?
In the digital age, content creators, marketers, and businesses all strive for greater visibility...
World News Agencies
ABYZ News Links
Directory links to more than 15,000 newspapers and other news sites such as news...
JavaScript Random Function
The Math.random() static method returns a floating-point, pseudo-random number that's...
How Do HSAs Provide Tax Advantages? The Triple-Tax Benefit Explained
How Do HSAs Provide Tax Advantages? The Triple-Tax Benefit Explained
Health Savings Accounts...