SSandeepinbuggleboy.hashnode.dev·2d ago · 4 min readThe else Suite in Python that nobody told me about (it's not just for if)An interesting concept that I learned in Python yesterday was the else suite in a while loop. The name is equally apt and interesting — suite. The term is so well connected to the hotel industry that 00
SSandeepinbuggleboy.hashnode.dev·Jun 14 · 3 min readHow does one extract and print every digit of a number backwards i.e. reversing a given numberThe maths (or math to my American audience) Problems such as these always meant that I had to scratch my head or give up on them. Why? Because with decades of IT development experience there was never00
SSandeepinbuggleboy.hashnode.dev·Jun 7 · 4 min readThe Leap Year rule that confused me for yearsI always thought a leap year has 366 days and occurs once every 4 years. And I was certainly correct — as far as that goes. What I didn't realize were the intricacies: the calendar it follows, the cen00