PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Python Multiple Choice Questions
The expression a{5} will match _____________ characters with the previous regular expression.
A. 5 or less
B. exactly 5
C. 5 or more
D. exactly 4
Show Answer
Next Question
Correct Answer:
B
Explanation: The character {m} is used to match exactly m characters to the previous regular expression. Hence the expression a{5} will match exactly 5 characters and not less than that.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap