Write a Python program that extracts and prints the first string from the user input string that starts with a 'c' and ends with a 't', or prints 'not found' if no such string is found. a) Implement a function in Python for string manipulation b) Describe the characteristics of Python strings c) Demonstrate the usage of regular expressions in Python d) None of the above