-
Practice>Python>Sets>Introduction to Setshackerrank.com 2019. 2. 13. 12:32728x90
Introduction to Sets
problem link : https://www.hackerrank.com/challenges/py-introduction-to-sets/problem
difficulty : easy
Tip
- In python, 'list' and 'set' easily is convert to each other set('list') and list('set')
- We can use mean function, it takes list as a if we import 'from statistics import mean'
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Date and Time>Calendar Module (0) 2019.02.13 Practice>Python>Sets>Symmetric Difference (0) 2019.02.13 Practice>Python>Math>Polar Coordinates (0) 2019.02.12 hackerrank.com Practice>Python>Collections>Collections.namedtuple() (0) 2019.02.11 hackerrank.com Practice>Python>Collections>DefaultDict Tutorial (0) 2019.02.10