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
|
986 Discussions
|
Please Login in order to post a comment
Project management software in Oman is transforming the way businesses handle planning, execution, and delivery of projects. Designed to meet the unique needs of industries such as construction, IT, engineering, and logistics, these software solutions help organizations streamline their workflows, improve collaboration, and ensure timely project completion
s = set() for i in range(int(input())): s.add(input())
print(len(s))
Here is HackerRank Set .add() in python solution - https://programmingoneonone.com/hackerrank-set-add-problem-solution-in-python.html