Python Programming Questions
Python Programming Questions
1. Python Program to Check if a Date is Valid and Print the Incremented Date if it is
2. Python Program to Compute Simple Interest Given all the Required Values
3. Python Program to Check Whether a Given Year is a Leap Year
4. Python Program to Read Height in Centimetres and then Convert the Height to Feet and Inches
5. Python Program to Take the Temperature in Celsius and Covert it to Fahrenheit
6. Python Program to Compute Prime Factors of an Integer
7. Python Program to Generate all the Divisors of an Integer
8. Python Program to Print Table of a Given Number
9. Python Program to Print Sum of Negative Numbers, Positive Even Numbers and Positive Odd numbers in
a List
10.Python Program to Print Largest Even and Largest Odd Number in a List
11.Python Program to Form an Integer that has the Number of Digits at Ten's Place and the Least
Significant Digit of the Entered Integer at One's Place
12.Python Program to Find Those Numbers which are Divisible by 7 and Multiple of 5 in a Given Range of
Numbers
13.Python Program to Check if a Number is an Armstrong Number
14.Python Program to Print the Pascal's triangle for n number of rows given by the user
15.Python Program to Check if a Number is a Perfect Number
16.Python Program to Check if a Number is a Strong Number
17.Python Program to Find the LCM of Two Numbers
18.Python Program to Find the GCD of Two Numbers
19.Python Program to Compute a Polynomial Equation given that the Coefficients of the Polynomial are
stored in a List
20.Python Program to Check If Two Numbers are Amicable Numbers
21.Python Program to Find the Area of a Triangle Given All Three Sides
22.Python Program to Find the Gravitational Force Acting Between Two Objects
23.Python Program to Check if a Number is a Prime Number
24.Python Program to Print all the Prime Numbers within a Given Range
25.Python Program to Print Numbers in a Range (1,upper) Without Using any Loops
26.Python Program to Find the Sum of Sine Series
27.Python Program to Find the Sum of Cosine Series
28.Python Program to Find the Sum of First N Natural Numbers
29.Python Program to Find the Sum of the Series: 1 + 1/2 + 1/3 + ….. + 1/N
30.Python Program to Find the Sum of the Series: 1 + x^2/2 + x^3/3 + … x^n/n
31.Python Program to Compute the Value of Euler's Number e. Use the Formula: e = 1 + 1/1! + 1/2! + ……..
1/n!
32.Python Program to Determine all Pythagorean Triplets in the Range
33.Python Program to Search the Number of Times a Particular Number Occurs in a List
THE END