Page 1 of 1

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

Posted: Mon Aug 01, 2022 9:35 am
by answerhappygod
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