hackerrank.com
Practice>Python>Sets>Set .difference() Operation
건이두
2019. 2. 27. 12:47
728x90
Set .difference() Operation
Problem link : https://www.hackerrank.com/challenges/py-set-difference-operation/problem?utm_campaign=challenge-recommendation&utm_medium=email&utm_source=24-hour-campaign&h_r=next-challenge&h_v=zen
Difficulty : Easy
Tip
- Just use difference() method, it is all you should know to solve this problem
Solution
728x90