nerdexam
GIAC

GPYC · Question #19

Which of the following import statements will add the ability to parse data with regular expressions to your script?

The correct answer is B. import re. You've hit your limit · resets 1pm (America/New_York)

Python Fundamentals & Command Line Tools

Question

Which of the following import statements will add the ability to parse data with regular expressions to your script?

Options

  • Afrom regex import re
  • Bimport re
  • Cfrom re import regex
  • Dimport regex

How the community answered

(38 responses)
  • B
    92% (35)
  • C
    3% (1)
  • D
    5% (2)

Explanation

You've hit your limit · resets 1pm (America/New_York)

Topics

#import statement#re module#regular expressions

Community Discussion

No community discussion yet for this question.

Full GPYC Practice