indexing, Index method & pattern matches in Python

Опубликовано: 06 Декабрь 2024
на канале: edRevolution Tech
23
1

This video explains in-depth about #Python_indexes, negative indexes, index method with arguments, find method of Python string and how to find patterns in Python strings with the help of index and find methods.

Timestamps:
00:00 Introduction
00:30 len method
01:05 len method with indexing
02:50 negative index
03:50 index method
08:45 string pattern match