Single Choice Not Set

QWhat will be the output after the following statements?
import re
x = re.compile(r'3$')
print(x.search('Python_3') == None)

ID: #4089 Python RegEx Module MCQ 177 views
Question Info
#4089Q ID
Not SetDifficulty
Python RegEx Module MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A ['3']
  • B Python_3
  • C True
  • D False
Correct Answer

Explanation

False

Share This Question

Challenge a friend or share with your study group.

Related MCQ Questions