Шукаєте відповіді та рішення тестів для Advanced Python General for DS&ML? Перегляньте нашу велику колекцію перевірених відповідей для Advanced Python General for DS&ML в softserve.academy.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
Inspect code bellow. What is the output of the following code?
Please select correct explanation for the regular expression pattern below. [Mm]arathon
Please select correct explanation for the regular expression pattern below. \d{2,4}
If brackets are used to define a group, what would match the regular expression
"(,\s[0-9]{1,4}){4},\s[0-9]{1,3}\.[0-9]"Which of the following regular expression can be used to identify both dates present in the following text:
“The next meetup on data science will be held on 2017-09-21, previously it happened on 31/03, 2016”
Given the following text containing URLs, it is interesting to see if this regular expression
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ut <a href="http://www.example.com">http://www.example.com</a> libero eget metus ultrices gravida. Nullam at feugiat <a href="https://example.org">https://example.org</a> ipsum. Etiam <a href="https://www.example.com/path/to/page">https://www.example.com/path/to/page</a> consequat sapien sit amet tortor tincidunt, ac facilisis ligula auctor. Sed vitae <a href="ftp://ftp.example.com">ftp://ftp.example.com</a> malesuada purus, eu tincidunt est. Nam sed aliquam <a href="http://example.net">http://example.net</a> urna. Fusce <a href="https://subdomain.example.com">https://subdomain.example.com</a> dignissim interdum vulputate. Vestibulum nec ullamcorper <a href="https://www.example.com">https://www.example.com</a> lectus.