3
results
for
- Shallow Copy and Deep Copy In this article, we will learn about shallow copy and deep copy in Python. In Python, we use the assignment (=) operator to create a ...python Created
7 Dec 2022 - Stack is a linear data structure that stores data in LIFO (Last In First Out) manners. Web browserโs back button is a stack application. We perform two ma...python Created
30 Sep 2022 - Iterators Iterator is an object that can iterate (in loop) through object like lists, tuples, dicts, and sets. Iterate over an object means traverse through the...python Created
15 Dec 2019