Page 1 of 1

The output of the following two Python codes are the same. p = re.compile('hello') r = p.match('hello everyone') print(r

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) True
b) False