Today we're discussing Generics; be aware that not all languages support this construct, so fewer languages are enabled for this challenge. Check out the Tutorial tab for learning materials and an ...
text = "This book on tennis cost $3.99 at Walmart." # Define the variable text with the string to search in reg1 = re.compile("ten") # Define and compile the regular expression 'ten' match = ...