Python sample question with answer 4

Question:
What are some benefits of using Python in security? Select all that apply.

  1. Python is the only language that creates a specific set of instructions to execute tasks
  2. Python reduces manual effort
  3. Python helps automate short, simple tasks
  4. Python can combine separate tasks into one workstream
Answer:
B, C, D - are the correct answers. Python reduces the manual effort needed to perform common and repetitive tasks. It helps automate short, simple tasks and can combine separate tasks into one workstream