MCQ Practice Single Best Answer Topic: Python RegEx Module MCQ

Q What do the following statements do?
import webbrowser
webbrowser.open('http://google.com')

Question ID
#4100
Subchapter
Python RegEx Module MCQ
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A Ping http://google.com
  • B Display http://google.com in the shell
  • C Download http://google.com as a text file
  • D Launch a browser window to http://google.com
Correct Answer: D

Explanation

Launch a browser window to http://google.com

Share This Question

Share this MCQ with your friends or study group.