LIST OF PYTHON PROGRAMS FOR TERM 2
LIST OF PYTHON PROGRAMS FOR TERM 2
A
AB
ABC
ABCD
ABCDE
11. WAP to input the value of x and n and print the sum of the
following series:
12. WAP to Count and display the number of vowels, consonants,
uppercase, lowercase characters in string.
13. Write Python program to Display the terms of a Fibonacci
series.
14. WAP to Determine whether a number is a perfect number.
15. WAP to determine whether a number is an armstrong number.
16. WAP to Input a number and check if the number is a prime or
not.
17. WAP to determine whether a number is a palindrome.
18. Write a Menu-Driven Program to create a simple calculator.