PYTHON PROGRAM
Write a python program to display area menu that allows
the user to calculate area of rectangle, square, circle.
Based on choice of user, area is calculated and display by
calling appropriate function.
Output
Write a program that accept marks of students in 5
subjects and calls two functions per() and grade() in
order to calculate the percentage, marks and grade.
Output
Write a function that receives a sentence as a parameter
and returns a tuple having a length of each word of the
string as its elements.
Output
Write a function that accept lists as a parameter and
returns sum of even values and sum of odd values in the
list separately
Output
Write a function that receives a list as parameter and
return another list that stores index numbers of all non
zero elements of original list.
Output
Write a program to read the file “[Link]” and display
the number of alphabets, digits and special characters in
file separately.
Output
Write a program to count number of times the word ”is”
appears in a file.
Output
Write a program to display the lines starting with a two
letter word.
Output
Write a program to display lines having atleast 10 words.
Output
Write a program to count the number of lines starting
with alphabet A.
Output