Answer:
import regex as re
def in_parentheses(a_string):
regeX = re.compile(".*?\((.*?)\)")
result = re.findall(regeX, a_string)
return str(result).replace("[","").replace("]","")
print("test 1: "+in_parentheses("Open ( only"))
print("test 2: "+in_parentheses("This is a sentence (words!)."))
Answer:
Initiative
Explanation:
Initiative: the power or opportunity to act or take charge before others do.
Design a ringtone like it says
Answer:
Encapsulation is an example of variables
Tape a spoiler to the trunk.