12 followers
Research Interviewer | Content Writer | Technical Writer | Book Reviewer | Editor || Co-founder @ techtAKe Community
In a lifetime, a woman performs the role of a responsible wife, supportive partner, disciplined organizer, careful administrator, thoughtful director,...
A tuple is very much like a list, except for the fact that its elements are fixed; that is, once a tuple is created, you cannot add new elements,...
A list is a data structure in python which stores a sequential collection of elements of any size. Each element or value that is inside of a list is...
Previously, we discussed about strings and the various operations on strings. Now, we are going to discuss the Built-in or the predefined functions on...
A string is a sequence of characters. A python string maybe enclosed within single quotes ' ' , double quotes " " or triple quotes ''' ''' ....
Control Structures are just a way to specify flow of control in programs. They are used for non-sequential and repetitive execution of instructions....