In Python Keys and Their Values – Dictionary in Python February 21, 2023 8 Mins Read What is Dictionary Just like a traditional dictionary has words and their meanings. A dictionary is a data structure that… Read More
In Python List in Python February 21, 2023 8 Mins Read In Python, a list is a collection of ordered and mutable objects, which means that you can store a sequence… Read More