The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #560
The function re.match() will look for a pattern at the beginning of a string and return None if the string cannot be found. (docs.python.org/3.4/library/re.html)
Where does re.match() match a pattern?
— The Python Quiz (@thepythonquiz) December 26, 2020
At the end of a string
At the beginning of a string
Anywhere in a string
The function re.match() does not exist.#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: