Topic : Introduction to Python
Question - 1
Python program to input a welcome message and print it
Question - 2
Python program to print number of seconds in year
Question - 3
Python program to calculate GST Goods and Service Tax
Question - 4
Python program to find the ASCII Value of entered character
Question - 5
Python program that display a joke but display the punch line only when the user presses enter key
Question - 6
Python program to generate the following output 5 10 9
Question - 7
Python program to print 5@10@9
Topic : Operators Expressions and Python Statements
Question - 1
Python program to find a side of a right angled triangle whose two sides and an angle is given
Question - 2
Python program to obtain the marks in computer of some student and find mean median and mode
Question - 3
Write a Python code to calculate and display the value of Sine 45° and Cosine 30°
Question - 4
Python program to accept three side of triangle and find its area by using Herons Formula
Question - 5
Python program to accept the Base and Perpendicular and find the Hypotenuse
Question - 6
Python program to accept side of Equilateral Triangle and find its area
Question - 7
Python program to check whether dart hit inside board or outside
Question - 8
Python Program to obtain temperature in Celsius and convert it into Fahrenheit
Question - 9
Python program to print the area of circle when radius of the circle is given by user
Question - 1o
Python program to print the volume of a cylinder when radius and height of the cylinder is given by user
Question - 11
Python program that asks your height in centimeters and converts it into foot and inches
Question - 12
Python program accept three side of triangle and find area of a triangle
Question - 13
Python program to input principle amount,rate time and calculate simple interes
Question - 14
Python program which take value of x y z from the user and calculate the equation
Question - 15
Python program to take the temperatures of all 7 days of the week and displays the average temperature of that week
Question - 16
Python program to read a number in n and prints n2 n3 n4
Question - 17
Python program to obtain three numbers and print their sum
Question - 18
Python program to obtain length and breath of a rectangle and calculate its area
Question - 19
Python program to calculate body mass index of a person
Question - 20
Python program to input a number and print its cube
Question - 21
Python program to input a single digit and print a 3 digit number
Question - 22
Python program to calculate the compound interest
Question - 23
Python program to find sale price of an item with given price and discount
Question - 24
Python program for addition of two times in hour and minute format
Question - 25
Python Program to Calculate the Area of a Triangle
Question - 26
Python program for addition of two times in hour minute and second format
Question - 27
Python program to print quotient
Question - 28
Python program to calculate simple interest
Question - 29
Python program to calculate area and perimeter of a parallelogram
Question - 30
Python program demonstrating working with power operator
Question - 31
Python program of division operator
Question - 32
Python program of modulus
Question - 33
Python program convert dollars in Rupee
Question - 34
Python program to convert kilometers to miles
Question - 35
Python program to convert the distance in feet to inches yards and miles
Question - 36
Python program to display menu to calculate area of square or rectangle
Question - 37
Python program to obtain x y z from user and calculate expression
Question - 38
Python program that reads a number of seconds and prints it in form mins and seconds
Question - 39
Python program that asks a user for a number of years and then prints out the number of days hours minutes and seconds
Question - 40
Python program to take a 2 digit number and then print the reversed number
Question - 41
Python program to take a 3 digit number and then print the reversed number
Question - 42
Python program to take two inputs for day month and then calculate which day of the year
Question - 43
Python program that inputs an age and print age after 10 years
Question - 44
Python program to calculate the radius of a sphere whose area is given
Question - 45
Python program to calculate the area of an equilateral triangle
Question - 46
Python program to input the radius of a sphere and calculate its volume
Question - 47
Python program to calculate amount payable after simple interest
Question - 48
Python program to input the time in second and convert into hours minute and seconds
Question - 49
Python program to input 3 numbers and check all are same or not
Question - 50
Python program to input 3 numbers from user and check these are unique numbers are not
Question - 51
Python program to take year as input and check if it is a leap year or not
Question - 52
Python program to take two numbers and print if the first number is fully divisible by second number or not
Question - 53
Python program to input two number and swap them
Question - 54
Python program to input three number and swap 3 numbers
Question - 55
Python program to read 3 numbers in 3variables and swap first two variables with the sums of first and second
Question - 56
Python credit card program
Question - 57
Python program to print absolute value of number provided by the user
Question - 58
Python program to check divisibility of a number
Question - 59
Python program to print the largest number
Question - 60
Python program to check number is even or odd
Question - 61
Python program to print larger number using swap
Question - 62
Python program to input three unequal numbers and display the greatest and the smallest number
Question - 63
Python program to take two numbers and check that the first number is fully divisible by second number or not
Question - 64
Python program to check the given year is leap year or not
Question - 65
Python program to calculate the roots of a given quadratic equation.
Question - 66
Python program to find simple interest based upon number of years
Question - 67
Python program to check where is profit or loss
Question - 68
Python program to check number is buzz number or not
Question - 69
Python program to input assets liabilities and capital then check accounting equation means balanced or not
Question - 70
Python program to input total debt and total assets and calculate total debt to total assets ratio and check whether major funded by assets or equity
Question - 71
Python program to calculate debt to equity check whether it is risky scenario for investor or not
Question - 72
Python program to input 2 integer number and check where they are same of different number
Question - 73
Python program to read todays date only date Part from user Then display how many days are left in the current month
Question - 74
Python program to compute the result when two numbers and one operator is given by user
Question - 75
Python program to input a digit and print it in words
Question - 76
Python program to input any choice and to implement the following
Question - 77
Python program to check number is positive negative or zero
Question - 78
Python program to calculate electricity bill
Question - 79
Python program to input three number and print in ascending order
Question - 80
Python program to check character is alphabetic character or not
Question - 81
Python program to input length of three sides of a triangle Then check if these sides will form a triangle or not
Question - 82
Python program to input 3 sides of a triangle and print whether it is an equilateral scalene or isosceles triangle
Question - 83
Python program using if Elif else statement to find the number of days present in a month
Question - 84
Python program to accept marks of English math and science and display the appropriate stream allotted to the candidate
Question - 85
Python program to calculate income tax based on condition
Question - 86
Python program to calculate volume of cuboid cylinder and cone based on user choice
Question - 87
Python program to input any number and to find reverse of that number
Question - 88
Python program to input any string and count number of uppercase and lowercase letters
Question - 89
Python program to accept a integer number and find its sum of digit
Question - 90
Python program to find the largest digit of a given number
Question - 91
Python program to find the smallest digit of a given number
Question - 92
Python program to count the number of digits in given number
Question - 93
Python program to find the difference between greatest and smallest digits presents in the number
Question - 94
Python program to print the frequency of digits present in given number
Question - 95
Python program to check whether given number is Armstrong or not
Question - 96
Python program to convert decimal number to binary
Question - 97
Python program to convert binary to decimal
Question - 98
Python program to input list of numbers and find those which are palindromes
Question - 99
Python program to place and the most significant digit of number
Question - 100
Python program to find the LCM of two input numbers
Question - 101
Python program to find GCD of 2 number
Question - 102
Python program to check number is special or not
Question - 103
Python program to find the smallest digit of the input number
Question - 104
Python program to check whether it is a prime number or not If it is not a prime then display the next number that is prime
Question - 105
Python program to calculate compound simple interest after taking the principle rate and time
Question - 106
Python program that searches for prime numbers from 15 through 25
Question - 107
Python program to test if given number is prime or not
Question - 108
Python program to check whether square root of a given number is prime or not
Question - 109
Python program to print first n odd numbers in descending order.
Question - 110
Python program to find the average of the list of the numbers entered through keyboard
Question - 111
Python program to find the largest number from the list of the numbers entered through keyboard
Question - 112
Python program to find the sum of n natural numbers
Question - 113
Python program to find the sum of first n even numbers
Question - 114
Python program to find the sum of first n odd numbers.
Question - 115
Python program to generate a list of elements of Fibonacci Series