A

Admin • 832.27K Points
Coach

Q. What does `re.findall()` return?

  • (A) A list of matches
  • (B) A single match
  • (C) A match object
  • (D) Boolean value
  • Correct Answer - Option(A)
  • Views: 17
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`re.findall()` returns all non-overlapping matches of pattern in string as a list.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.