Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python-basicprograms

This repo contains basics programs in Python programming language.

Program No. Question
Program-01 Program to print Hello World.
Program-02 Program to find the factorial of a number.
Program-03 Program to find if the string is Palindrom or not.
Program-04 Program to find sum of two numbers.
Program-05 Program to print a pattern.
Program-06 Program to print a pattern.
Program-07 Program to print a pattern.
Program-08 Program to print a pattern.
Program-09 Program to check if the number is armstrong or not.
Program-10 Program to shuffle a deck of cards.
Program-11 Program to print fibonacci series.
Program-12 Program to check if a number is prime or not.
Program-13 Program to find a number in an array using binary search.
Program-14 Program to find simple interest for given principal amount, time and rate of interest.
Program-15 Program to sort the array and give the time to sort the array.
Program-16 Program to print a right angled triangle.
Program-17 Program to convert Binary to Decimal.
Program-18 Program to check leap year or not.
Program-19 Program to count number of integers between 1 to 50 divisible by a number.
Program-20 Program to create an array of range specified and print.
Program-21 Program to print the number of *.
Program-22 Program to check if a number is even or odd
Program-23 Program to find the all the prime numbers between the given range.
Program-24 Program to convert binary number to decimal
Program-25 Program of a car game which shows if the car has started or stopped
Program-26 Program of a guessing game in which u guess the secret number with a guessing limit of 3 attempts.
Program-27 Program which tells you the of downpayment of the house is 10% or 20% depending if the owner has a good credit or not.The price of the house is to be entered in the output
Program-28 Program to find out the GCD of any 2 given numbers
Program-29 Program which will display the fibonacci series
Program-30 Program to make simple calculator
Program-31 Program to print Amstrong numbers
Program-32 Program to implement menu-driven list implementation like traversal, inserting single/multiple element, deletion with index/value
Program-33 Program to find HCF
Program-34 Program to display calender
Program-35 Program to search an element in a Circular Linked List
Program-36 Program to Reverse a list
Program-37 -
Program-38 -
Program-39 -
Program-40 Graph pictorial representation of set of objects
Program-41 -
Program-42 Python program to print Hourglass pattern
[Program-48](https://github.com/swaaz/basicprograms/blob/814a1e60ae23d81158d8174666f23c9b7419e15e/Python/Program%2048/Find_area _of_triangle.py) Python program to find area of triangle