Dictionary May 15, 2020 Add Comment Dictionary A dictionary is a collection which is unordered, changeable and indexed. In Python dictionaries are written with curly brackets, ...
Tuple May 14, 2020 Add Comment Python Tuple A tuple is an immutable sequence of Python objects. Tuples are sequences, just like lists. The differences between tuples a...
Introduction of String May 14, 2020 Add Comment What is String in Python? A string is a sequence of characters. A character is simply a symbol. For example, the English language has 26 cha...