Problem # Problem 3 ### Write a Python script to reverse a string and to reverse the words within the string. 1 2 3word = "Reverse this string" word2 = "taco cat"