Python Slice Object
نشر بتاريخ 2023-02-27 22:23:14
0
11كيلو بايت
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")
البحث
الأقسام
- Arts
- Business
- Computers
- الألعاب
- Health
- الرئيسية
- Kids and Teens
- مال
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
إقرأ المزيد
Python Multithread
Python is an extremely famous programming language utilized for a wide variety of applications....
Семейка Крудс: Новоселье. The Croods: A New Age. (2020)
Такие харизматичные герои как члены клана Крудс просто не в силах усидеть на месте. Они смело...
What Is Positioning? (Understanding Brand and Product Positioning)
Introduction: The Art and Science of Perception
In marketing, positioning is one of the most...
Spotless Mind. (2004)
When their relationship turns sour, a couple undergoes a medical procedure to have each other...
How Certain Financiers Built Their Wealth and the Investment Philosophies Behind Their Success
How Certain Financiers Built Their Wealth and the Investment Philosophies Behind Their Success...