We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Python
- Sets
- Set .add()
- Discussions
Set .add()
Set .add()
Sort by
recency
|
983 Discussions
|
Please Login in order to post a comment
Here is HackerRank Set .add() in python solution - https://programmingoneonone.com/hackerrank-set-add-problem-solution-in-python.html
print(len(set([input() for i in range(int(input()))])))