Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is a Data Science Question. Please answer only if your answer is fully sure, Otherwise please dont answer the question leave it for a

image text in transcribed

This is a Data Science Question.

Please answer only if your answer is fully sure,

Otherwise please dont answer the question leave it for a capable personal.

There can be only one or more than one answers for the questions.

Q2 Regular expressions 2 Points Q2.1 Patterns 1 Point Which of the following strings will fully match this regular expression pattern Exercise? Exercise Exer Ex Extra Extra Fries? Submit Q2.2 Findall Point Given the following string. text "My favourite numbers are 1, 14 and 120 which of the following lines of code will return [, " 14 ", " 120 ")? re.findalI (r"[0-4]+), text) re. findalI(r"[1-9+"), text) re. findal1(r 10-9] "), text) re.findall(r"[0-9]+"), text) re. findall(*.), text ) Submit

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions