Python Notes
type() function to know which class a variable or a value belongs to.
instance() function is used to check if an object belongs to a particular
class.
#WAP to find largest of three numbers
#WAP to enter any character If he entered charcter in lower case then convert
it into upper case and vice versa.
#WAP to find whether given year is a leap year or not.
#WAP to find whether a given character is a vowel or a consonant.
#WAP to enter a string and count number of vowels and consonants.
#WAP to enter marks of a student in 4 subjects. Calculate the total and
aggregate and display the grade of the student.
[Link] to reverse the string
[Link] to remove duplicates from the given string
[Link] to count number of letters inn each word.
[Link] calculate the occurrence of each letter in a string
[Link] to search a specific word in a string