Twin Prime Number Program in Python

Introduction In this post, I am going to write and explain a twin prime number program in python. First of all we should know what is twin prime numbers. Also Read: Python Program to Check Armstrong Number What is TWIN Prime Number? A twin prime is a prime number that has a prime gap of … Read more

Python Program to Check Armstrong Number

Introduction In this post, I am going to write a python program to check armstrong number. We will read a number from the user and will check whether that number is armstrong or not. Also Read: Python Program to Check If Two Strings are Anagram What is Armstrong Number? An Armstrong number is a number … Read more

Python Fundamentals for Beginners

Introduction In this post, I am going to talk about python fundamentals for beginners. I am saying beginners means who does not know anything about python. So python is a programming language which is developed by Guido Van Rossam in 1989. That means it is older than Java programming language. But it’s official year is … Read more