Vidyalelo
Python · Q30

Regular Expressions in Python

Programming · Python · question 30

Q30

What will be the output of the following Python code? import re re.ASCII

A.
8
B.
32
C.
64
D.
256
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board