Cs Practicals For Finals
Cs Practicals For Finals
13. Write a program that reads the number n and prints the
value of n2, n3 and n4.
16. Write a program that accepts the age and print if one is
eligible to vote or not.
51. WAP to remove all odd numbers from the given list.
L= [2, 7,12, 5,10,15,23]
52. WAP to display the second largest element of a given
list.
54. WAP in Python to find and display the sum of all thevalues which are
ending with 3 from a list.