Displaying Calendar
Displaying Calendar A code to display the calendar of a specified month in a specified year using Python programming. Welcome to the code! Here’s a
Displaying Calendar A code to display the calendar of a specified month in a specified year using Python programming. Welcome to the code! Here’s a
Understanding Advance Tuples using Functions A code to add multiple numbers using Python programming. Welcome to the code! Here’s a slightly advance code to understand
Intersection of two lists A code to output the intersecting element from two lists using Python programming. Welcome to the code! Here’s a simple code
Sorting words of a string Alphabetically A simple code to sort the words of a statement in Alphabetical order Welcome to the code! We will
Finding factors of a number A simple code to find the factors of a number using for loop Welcome to the code! We will be
To find the area of a circle A code to find the area of a circle using Python programming Welcome to the code! We’ll be
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 list A function that takes the input of a
Fibonacci sequence using Dynamic programming Welcome to Python for fun! Here is the code to find the Fibonacci sequence using dynamic programming. Fibonacci sequence is
Playing with Strings and Characters Deleting all the occurrences of the given single length character from the given string Here, we are using functions to
Factorial of a number To find the factorial of a given number by defining a function A factorial is the product of all the integers
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
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
Swapping Two Variables A code to swap two variables given by the user. Welcome to the code! Here’s a simple code to swap two variables
Solving a Quadratic Equation A code to find the roots of a quadratic equation. Welcome to the code! Wanna solve your math problem on the
Converting Kilometers to Miles and Miles to Kilometers A code to convert Kilometers to Miles and vice versa. Welcome to the code! This code helps
Temperature Conversion A code to convert Celsius to Fahrenheit and vice versa. Welcome to the code! This code helps the beginners to use a while
Simple Calculator using functions A code to add, subtract, multiply and divide multiple numbers at once using functions. Welcome to the code! You will be
Adding Multiple Numbers! A code to add multiple numbers using Python programming. Welcome to the code! Here’s a simple code to add multiple numbers for
Guess the Word! A simple game code to play with your friends and win by guessing the right random word chosen by the computer. Welcome
Random Password Generator A code to include a random password generator for your interesting projects! Welcome to the code! Making a security project for your
Rock-Paper-Scissor Try out the Rock-Paper-Scissor with your computer and learn while you play! Welcome to the code! Remember the old game we all used to
To-Do List! Create a to-do list to note down your daily chores or shopping items with this beginner level code! Welcome to the code! You
Truth or Dare! A fun code to play Truth or Dare with your friends! Have fun! Welcome to the code! Stuck with boredom even when
Roll the Dice! A simple code to roll two dices while playing board games with your friends. Welcome to the code! Wait… Lost your dices?
Guess The Number! A simple game code to compete with your computer to guess the right random number! Welcome to the code! This code is