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
|
1006 Discussions
|
Please Login in order to post a comment
Uneven cooling was making daily life uncomfortable, especially in the afternoons when heat builds up fast. During air conditioning installation central coast nsw, guidance from Tech Air solutions helped make sense of what was actually needed for the space. After setup, the airflow felt more consistent and easier to manage. It fixed an ongoing comfort issue without adding extra stress.
Easy way to go: * NumStamps= int(input()) * print(len({input() for _ in range(NumStamps)}))
Count = int(input())
distinct = set()
for i in range(Count):
print(len(distinct))