Create a program that asks the user to enter a sentence, splits the sentence by the space character, then prints the split sentence as a list, tuple, and set.
Create a program that asks the user to enter two strings, then prints whether the uppercase versions of the strings are equivalent.
Create a program that asks the user to enter two strings, then print whether the uppercase versions of the strings are equivalent.