String In Python
A string is series of characters or element.
This blog is about working with data by using different tools Excel ,Python, Access Power automate etc .
A string is series of characters or element.
Theres is always confusion between list.append & list.extend.Lets see an example where a and b...
It is used to extend a list.
It will return blank list.
It is used for count object in a list.
To Find the index of an object List.index() is used.
List.reverse is used for reverse the order of element in list.
List.remove is used to remove first occurrence of value as shown below. a=[‘apple’, ‘orange’, ‘pineapple’,...