You are on page 1of 2

LIST OF PROGRAMS (FOR TEST)

1 Python Program to Find Armstrong Number in an Interval


2. Python Program to Check Whether a NUMBER is Palindrome or Not
3. WAP to find the geometric series given below:
S=a+ar+ar2+ar3+ar4……..arn
4. WAP to print the sum of Exponential series
5. WAP to print th pattern
A
AB
ABC
ABCD
ABCDE

6 Python Program to Check Armstrong Number


7 Python Program to Find the Factorial of a Number
8 Python Program to Print the Fibonacci sequence
9 Python Program to Find the Largest Among Three Numbers
10 Python Program to Display the multiplication Table
11 Python Program to Check if a Number is Odd or Even
12 Python Program to Check if a Number is Positive, Negative or 0
13 Python Program to Check Prime Number
14 Python Program to Print all Prime Numbers in an Interval
15 Python Program to Find the Sum of Natural Numbers
16 Python Program to Convert Decimal to Binary, Octal and Hexadecimal
17 Python Program to Find the Factors of a Number
18 Python Program to Find HCF or GCD
19 Python Program to Find LCM
20 Python Program to Check Leap Year
21 Python Program to Find Sum of Natural Numbers Using Recursion
22 Python Program to Add Two Numbers
23 Python Program to Calculate the Area of a Triangle
24 Python Program to Make a Simple Calculator
25 Python Program to Convert Celsius To Fahrenheit
26 Python Program to Generate a Random Number
27 Python Program to Find the Square Root
28 Python Program to Swap Two Variables
29 Python Program to Add Two Matrices
30 WAP to count the Number of Each Vowel in a string
31 Python Program to Check Whether a String is Palindrome or Not
32 Python Program to Transpose a Matrix
33. WAP that reads a string and then prints a string that capitalizes every other letter
(Every alternate letter) in the string
34. WAP in python to display those strings which are staring with character “A” or
“a” from the given list L
Example:
L=[“RINKU”,”AUSHIM”,”VIJAYA”,”AKHTAR”,”Tarun”,”AMAR”]
OUTPUT: = “AUSHIM”,”AKHTAR”,”AMAR”
35 WAP to take 6 element in a list and add all odd values and display the sum

You might also like