python: i) Accept two strings from the user. ii) Display common letters in two input strings (set intersection). iii) Display letters which are in the first string but not in the second string (set ...