EV Technology - EV Industry and Policy
Consider this code snippet representing EV job roles and their required skills:
ev_jobs = {"Engineer": ["Battery tech", "Software"], "Sales": ["Communication", "Customer service"], "Technician": ["Repair", "Diagnostics"]}
print(ev_jobs["Sales"][1])
What will be the output?