Python Slice Object
نشر بتاريخ 2023-02-27 22:23:14
0
10كيلو بايت
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
إقرأ المزيد
Цельнометаллическая оболочка. Full Metal Jacket. (1987)
Американская база подготовки новобранцев корпуса морской пехоты. Жесточайшая, бесчеловечная...
Cultural Thesauri
DIALOGUE OF CULTURAL THESAURIES
Dialogue of cultures is a certain stadial form of their...
Do You Offer Any Discounts or Promotions?
When customers interact with a business, one of the most frequent questions they ask is:...
How to Get Normally Distributed Random Numbers With NumPy
Probability distributions describe the likelihood of all possible outcomes of an event or...
2 Calming Rain Sounds for Deep Relaxation, Sleep, and Stress Relief
Immerse Yourself in Nature’s Serenity: Calming Rain Sounds for Deep Relaxation,...