Consider the following Python function call using the findall function from the
ID: 3752548 • Letter: C
Question
Consider the following Python function call using the findall function from the re module findall [0-91+[CF]', message) Which of the following best describes the purpose of this function call? It extracts all strings contained in message that match the following criteria: * may (but need not) start with+or must contain one or more decimal digits must end with 'CF and returns the result as a list of strings It extracts all strings contained in message that match the following criteria: * may (but need not) start with'+or must contain one or more decimal digits must end with either 'C. or'F . and returns the result as a list of strings. It extracts all strings contained in message that match the following criteria: * may (but need not) start with'+or- * must contain one or more decimal digits must end with 'CF and returns the result as a string. It extracts all strings contained in message that match the following criteria: may (but need not) start with'+or- * may contain zero or more decimal digits * must end with either 'C or 'F and returns the result as a list of strings 0 It extracts all strings contained in message that match the following criteria: e must start with '+ * must contain one or more decimal digits must end with either 'C or 'F and returns the result as a list of stringsExplanation / Answer
Answer will be Second option
because the regular expression says one time either '+' or '-' followed by one or more digits and followed by either 'C' or 'F'.
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.