How To Compare Two Dates?

In this tutorial, we will learn how to How compare two dates, we can compare two dates in python using a module datetime where we can perform an operation to find greater or lesser dates in between two given dates. Compare Two Dates In python, we perform most of the operations with the help of … Read more

List And Tuple | What Is The Difference Between List And Tuple?

In this Tutorial, we will learn The Difference Between a List And Tuple. Here there are four different differences between tuples and lists that are mutability, syntax, usage, and performance we will discuss them one by one. List And Tuple As we know a list and a tuple are two different data structures which used … Read more

Dictionary | How Can I Add New Keys To Dictionary In Python?

In this tutorial, we will discuss How Can I Add New Keys To Dictionary In Python As a dictionary is used for storing the key, Value pairs to store the data. where each value has the corresponding key to store the value in it and it also help in accessing the data that is stored … Read more

%d bloggers like this: