Yosef Zeru Seyoum
2 min
Python Lists
Introduction Python is one of the world's most widely held programming languages, and the reason behind its popular acceptance includes,...
Rubash Mali
3 min
A Quick Introduction to Lists in Python
Lists in python are mutable ordered sequence datatype. They are heterogenous i.e. each item in the list doesn't need to be of the same...
Kala Maya Sanyasi
1 min
Python Sets
Python sets are unordered collection of items with no duplicates and the elements cannot be changed. It can be used to perform...