Write a Python program to accept two strings as input and check if they are identical copy of each other or if the second string is a substring of the first string.
Write a function called square_odd that has one parameter. Your function must calculate the square of each odd number in a list. Return a Python 3 list containing the squared values Challenge yourself: Solve this problem with a list comprehension!