MCQOPTIONS
Bookmark
Saved Bookmarks
→
Python
→
Shallow Copy Deep Copy in Python
→
Which of the following special characters matches..
1.
Which of the following special characters matches a pattern only at the end of the string?
A.
\B
B.
\X
C.
\Z
D.
\A
Answer» D. \A
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the codes shown below results in a match?
Which of the following special characters represents a comment (that is, the contents of the parenthesis are simply ignores)?
The output of the following two Python codes are the same.
Which of the following special characters matches a pattern only at the end of the string?
The special character \B matches the empty string, but only when it is _____________
The function of re.match is ____________
Which of the following pattern matching modifiers permits whitespace and comments inside the regular expression?
Which of the following functions creates a Python object?
The function of re.search is __________
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply