04 String Object Introduction

Published: 01 January 1970
on channel: Kayilaankadai
76
4

Strings helps to store textual data
Strings in python is framed as sequences of single-character strings and are example for sequence in python
We can perform operations on bytes of string based on their index and index start from zero in python
Positive index access the bytes of string from the left and negative index from the right
Index can be result of a expression
String in python support slicing, concatenation using (+) symbol and repetition using (*) symbol
Dir function of python list associated attributes of specified object
help function details usage of any function
Special characters are denoted by a backslash escape sequence.
multi line string literals that are enclosed within triple quotes.
Some of the supported string functions in python:
Find, Replace, Split, Upper, IsAlpha, rstrip


Watch video 04 String Object Introduction online without registration, duration hours minute second in high quality. This video was added by user Kayilaankadai 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 76 once and liked it 4 people.