Question: In python, dont forget to include comment as well Write a program that asks a user to type in two strings and that prints the
In python, dont forget to include comment as well 
Write a program that asks a user to type in two strings and that prints the characters that occur in both strings the characters that occur in one string but not the other the letters that don't occur in either string Use the set function to turn a string into a set of characters. Test cases: 1. You can't have the cake and eat it too. 2. A gentle answer turns away wrath, but a harsh word stirs up anger. 3. The love of god does not find, but creates, that which is pleasing to it. The love of man comes into being through that which is pleasing to it. (Martin Luther)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
