Working with Strings in Python - The Basics

Опубликовано: 13 Октябрь 2024
на канале: Access 2 Learn
104
1

https://access2learn.com/tutorial/pyt...

Like videos like this? Want to learn more about Python? Then check out this playlist:    • Intro to the Python Programming Language   and subscribe to the channel:    / @access2learn  

In this video we look at some basic string operations in Python, like how to find a sub string (string slicing), seeing is a sub-string exists in a string, how to loop through a string character by character, and how to find a specific character at a specific index.