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
The Top Celebrated Holidays Around the World
Holidays are an essential part of cultures worldwide, offering people a chance to relax,...
Python Datetime
Datetime in Python is the combination between dates and times. The attributes of this class are...
Python Nginx
Python is famous for being easy and fun to use, for making software development easier, and for...
Creative Guerrilla Marketing Ideas for Small or Local Businesses
Low-cost, high-impact strategies to stand out in your community.
Introduction: Small Budget,...
Electronic Bulletin Boards
An electronic bulletin board is a website where ads are placed.
Initially, this concept referred...