Wamaitha
Wamaitha

Wamaitha

Follow
Follow
homeSoftware EngineeringDevopsData ScienceWritingProjectsbadges
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

Finding prime numbers in a list using Python

Sep 26, 20225 min read189 views

Prime numbers are positive integers with only 2 factors: 1 and themselves. In other words, these are numbers that can only be perfectly divided by 1...

Finding prime numbers in a list using Python

How to determine if a number is a Palindrome

Sep 25, 20228 min read222 views

Spoilers, 10 is not a palindrome. · A palindrome is a word or number that reads the same forward and backwards. A few examples of palindromes are : -...

How to determine if a number is a Palindrome