adplus-dvertising
frame-decoration

Question

The snippet of code shown below results in an error. State whether true or false.
c=re.compile(r'(\d+)(\[A-Z]+)([a-z]+)')
c.groupindex

a.

True

b.

False

c.

May be

d.

Can't say

Answer: (b).False

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The snippet of code shown below results in an error. State whether true or false.