In this video, I tried to perform a few operations using strings in Python programming language.
GitHub address: https://github.com/randomaccess2023/M...
Important sections:
00:33 Create a string
01:27 Iterate through the string using for loop
02:36 String indexing and slicing
08:10 Check the length of string
08:44 Iterate through the string using while loop
09:53 Check item in string
11:12 If-else statement with string
12:31 Print string in reverse order
13:39 Remove empty space from the middle of a string
14:52 String concatenation
15:51 Different string operations
#strings #python #datascience #jupyternotebook