Python Slice Object
Veröffentlicht 2023-02-27 22:23:14
0
10KB
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
Arcade machines: a little history of development
Now gamers, without leaving home or even looking up from their mobile device, can start computer...
Rules of conduct in case of emergencies in everyday life
1. RULES OF CONDUCT IN CASE OF FIRES IN EVERYDAY LIFE
Fire is always a disaster. However, not...
Anti-crisis manager: what is it's role in a crisis?
Anti-crisis manager: what is it's role in a crisis?
"I noticed the moment when...
Use the STAR Method: Answer Behavioral Questions with Clarity and Confidence
In job interviews, behavioral questions are designed to assess how you’ve handled...
ADHD: Possible Positive Traits
Possible positive traits of ADHD are a new avenue of research, and therefore limited.
A 2020...