SALE
This blog is available for sale. Please 'contact us' if interested.
Advertise with us

Python Multiple Choice Questions
Which of the following lines of code will not show a match?
A. >>> re.match('ab*', 'a')
B. >>> re.match('ab*', 'ab')
C. >>> re.match('ab*', 'abb')
D. >>> re.match('ab*', 'ba')
Show Answer




DigitalOcean Referral Badge

© 2022-2023 Python Circle   Contact   Sponsor   Archive   Sitemap