GIAC Python Coder (GPYC) GPYC Question # 15 Topic 2 Discussion

GIAC Python Coder (GPYC) GPYC Question # 15 Topic 2 Discussion

GPYC Exam Topic 2 Question 15 Discussion:
Question #: 15
Topic #: 2

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


A.

from regex import re


B.

import re


C.

from re import regex


D.

import regex


Get Premium GPYC Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.