COMPUTER SCIENCE
Python Program to Find Factorial of Number Using Recursion
Here in this article, we have provided a python source code, which asks the user to enter a number …
Python Program to Find Sum of Natural Numbers Using Recursion
Here in this article, we have provided a python source code that can find the sum of the first n na…
Python Program to Find LCM
Here we have provided a python source code that asks the user to enter 2 numbers and in Output, it …
Python Program to Find ASCII Value of Character | ASCII Value in Python
Here we have provided a python source code that can find the ASCII value of the user entered charac…
Python Program to Remove Punctuations From a String
Here in this article, we have provided python source code which can remove all punctuations from a …
Python Program to Check Whether a String is Palindrome or Not
Here in this article, we have provided two python source codes which can tell whether the user ente…
Python Program to Multiply Two Matrices
Here in this article, we have provided python code to multiply two matrices. It asks the user to en…
A Simple Python Program to Shuffle a Deck of Cards
Here in this article, we have provided a Python program that can shuffle a deck of cards. It is a s…
Python Program to Find HCF or GCD
Here we have provided two python source code to find the GCD or HCF of two numbers. Prerequisite…
Python Program to Check if a Number is Odd or Even
Here in this article, we have provided a python source code that checks if the user entered number …
Classification of Computers
A computer is an electronic device that is used for storing and processing data. The full form of C…
Computer/Keyboard Shortcuts That You Should Know
With a keyboard, we can give almost any command to the computer, by knowing some of the important k…