Two teams have different skills
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Two teams have different skills. Use the .union() method to combine frontend_skills and backend_skills into all_skills. Print the number of unique skills.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.