Question: Which Python function allows you to execute Linux shell commands in Python?

  1. `sys.exc_info()`
  2. `os.system()`
  3. `os.getcwd()`
  4. `sys.executable`

Answer: The correct answer of the above question is Option B:`os.system()`