Day - 9 at payilagam "Looping"

What is loopLoops or Iteration Statements in Programming are helpful when we need a specific task in repetition. They're essential as they reduce hours of work to seconds. In this article, we will exp...
0 Read More

Day - 10 at payilagam "Discussion"

Father And Daughter Story : Small Girl Asking to her father 5rs daily. Instead, father saying he'll give 1re on day1 and so on until day 5.as per father : ⛶total = 0 no = 1 while no<=5: tot...
0 Read More

UnderScore in for loop in Python

UnderScore in for loop in Python
Imagine you're coding away and you suddenly write: ⛶for _ in range(5): print("Hello World!")Have you done this before? If not, you're about to discover a little Python magic! 📚 Once ...
0 Read More