#beginners
Read more stories on Hashnode
Articles with this tag
Debugging is basically De-Bugging 😁 What is Debugging? It is hunting and resolving potential or existing problems (bugs) in our code. We go through...
Coffee Analogy Let's start with an example of making a perfect coffee: What does it take to make a perfect coffee (Lets Think) Checking for this...
Tuples and Lists these two are compound data types The major difference between these two is mutability ( Tuples are immutable like strings on the...