Finding factors of a number
Finding factors of a number A simple code to find the factors of a number using for loopWelcome to the code! We will be using for loop to find the…
Finding factors of a number A simple code to find the factors of a number using for loopWelcome to the code! We will be using for loop to find the…
To find the area of a circle A code to find the area of a circle using Python programmingWelcome to the code! We'll be finding the area of the circle…
A Palindrome is any number or word which when reversed remains the same. For example, 12121 is a palindrome number. Similarly, "LEVEL" is a palindrome.
Getting started with lists A function which defines a list and we will get an output listA function that takes the input of a list of integers and the output…
Displaying a Multiplication Table A code to display the Multiplication Table of a specific number.Welcome to the code! This code is for all the geeks out there who love to…
Checking Leap Year! A simple code to check whether the given year is leap year or not.Welcome to the code! Here’s a simple code to check whether the given year…