Python Project
Python Project
project
Manaswi
XI- A
23
Contents
1. WAP to input three no.s and calculate two sums as
per this: sum1 as the sum of all input no.s ;
sum2 as the sum of all input no.s.
2. WAP to input two no.s and print their LCM and HCF.
3. WAP to input 2 integer values and one arithmetic
operator and display the result by applying the input
arithmetic operator with those 2 values.
4. WAP to calculate the factorial of a number.
5. WAP to input a value greater than 100 and display all
palindrome values between 10 and that entered
value.
6. WAP to find the sum of the following series :
x – x^2/2! + x^3/3! – x^4/4! + x^5/5! – x^6/6!
OUTPUT:
#2
Output:
#3
Output:
#4
Output:
#5
Output:
#6
Output:
#7
Output:
#8
Output:
#9
Output:
#10
Output:
#11
Output:
#12
Output:
#13
Output:
#14
Output:
#15
Output:
#16
Output:
#17
Output:
#18
Output:
#19
Output:
#20
Output
#21
Output
#22
Output: