F.E. PPS Unit 3 Practical 11 solution
Practical 11: program that accepts a string from the user and performs the following string operations. Problem Statement Write a Python program that accepts a string from the user and performs the following string operations: Calculate the length of the string. Reverse the string. Check the equality of two strings. Check whether the string is …