Which of the following functions creates a Python object?
Which of the following functions creates a Python object? Correct Answer re.compile(str)
The function re.compile(srt) compiles a pattern of regular expression into an object of regular expression. Hence re.compile(str) is the only function from the above options which creates an object.
মোঃ আরিফুল ইসলাম
Feb 20, 2025