SE Computer Engineering practical 4 solution
SE Computer Engineering practical 4 solution Question: Write a Python program to compute following operations on String: a) To display word with the longest length b) To determines the frequency of occurrence of a particular character in the string c) To check whether given string is palindrome or not d) To display index of first …