• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar
  • Skip to secondary sidebar

CodingStatus

- Level Up Your Status with Coding Expertise!

  • Tutorials
    • React Js Tutorials
    • JavaScript Tutorials
    • PHP Tutorials
    • HTML Tutorials
    • SQL Tutorials
    • Laravel Tutorials
  • Snippets
    • React Js Code Snippets
    • Ajax Code Snippets
    • Node.js Code Snippets
    • JavaScript Code Snippets
    • jQuery Code Snippets
    • SQL Code Snippets
  • Programs
    • PHP Program
    • Python Programs
    • Java Programs
  • How To
    • React Js How To
    • Node Js How To
    • Ajax How To
    • PHP How To
    • jQuery How To
    • JavaScript How to
  • Scripts
    • PHP Script
    • Js Script
    • React Js Script
    • JQuery Script
  • Projects
    • PHP Project
  • Interview Questions
  • Guide
  • API Integration
  • Installation

Python Program

Check Armstrong Number in Python

September 28, 2023 By Md Nurullah

Check Armstrong Number in Python: An Armstrong number (also known as a narcissistic number or a pluperfect digital invariant) is a number that is equal to the sum of its own digits raised to the power … [Read more...] about Check Armstrong Number in Python

Check Leap Year in Python

September 26, 2023 By Md Nurullah

A leap year is a year that is divisible by 4, except for years that are divisible by 100 but not by 400. In Python, you can write a program to check if a given year is a leap year using a simple … [Read more...] about Check Leap Year in Python

Print prime numbers from 1 to n in python

September 25, 2023 By Md Nurullah

You can print prime numbers from 1 to a specified value n in Python using a function that checks for primality and iterates through the range, and then it returns the list of prime numbers for that … [Read more...] about Print prime numbers from 1 to n in python

Swapping of Two Numbers in python

March 26, 2023 By Md Nurullah

In this tutorial, You will learn the swapping of two numbers in python with or without a third variable with a complete explanation that will be very helpful to grow your programming skill. First … [Read more...] about Swapping of Two Numbers in python

Primary Sidebar

Secondary Sidebar

Python Program
  • Check Armstrong Number in Python
  • Check Leap Year in Python
  • Print prime numbers from 1 to n in python
  • Swapping of Two Numbers in python
  • Home
  • About Us
  • Privacy Policy
  • Disclaimer
  • Terms & Conditions
  • Sitemap
  • Contact Us

Copyright © 2023 CodingStatus - All Rights Reserved