Python Slice Object
Posted 2023-02-27 22:23:14
0
11K
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")
Site içinde arama yapın
Kategoriler
- Arts
- Business
- Computers
- Oyunlar
- Health
- Home
- Kids and Teens
- Money
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Read More
20 ideas for business
Medical business is a type of entrepreneurial activity for the provision of services for the...
History of Python
The programming language Python was conceived in the late 1980s, and its implementation...
Бегущий по лезвию. Blade Runner. (1982)
Ноябрь 2019 года. Бывший охотник на андроидов Рик Декард восстановлен в полиции Лос-Анджелеса для...
What is an APR
About APR
Technically speaking, APR (annual percentage rate) is a numeric representation...
Unveiling the Enigma: Exploring the World of Paranormal Activities
Unveiling the Enigma: Exploring the World of Paranormal Activities
Introduction: Paranormal...