Python Slice Object
Postado 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")
Pesquisar
Categorias
- Arts
- Business
- Computers
- Jogos
- Health
- Início
- Kids and Teens
- Money
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Leia Mais
The Falcon Heavy
The Falcon Heavy is an American super-heavy launch vehicle (LV) with the ability to reuse the...
Market equilibrium
Key points
Supply and demand curves intersect at the equilibrium price. This is the...
How Do You Create or Develop a Product Strategy?
A well-crafted product strategy is the cornerstone of every successful product. Without it, teams...
Into the Wild. (2007)
After graduating from Emory University, top student and athlete Christopher McCandless abandons...
What are the common challenges in business forecasting?
Business forecasting is an essential practice for organizations that seek to make informed...