Quick Check 8.5 – Data 100, Summer 2020
Sign in to Google to save your progress. Learn more
Given the following string: text = "My favourite numbers are 1, 14 and 120." which of the following lines of code will return ["1", "14", "120"]? *
Required
(Spring 2018 Midterm) What would the following line of code return? re.findall(r"a?p*[le]$", "apple") *
(Spring 2018 Midterm) What would the following line of code return? re.findall(r"\..*", "VIXX-Error.mp3.bak") *
Submit
Clear form
This form was created inside of UC Berkeley. Report Abuse