Using the re module, write a one-line expression that will r…

Using the re module, write a one-line expression that will return a list of all the phone numbers in the given string. Hint: Be careful with metacharacters. Target string:target = “My favorite area code is (321). Today, I called these phone numbers: (678) 132-9851, (770) 298-2993, (404) 981-3272. ” Expected result: