Python sample question with answer 4
Question:
What are some benefits of using Python in security? Select all that apply.
- Python is the only language that creates a specific set of instructions to execute tasks
- Python reduces manual effort
- Python helps automate short, simple tasks
- 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