Set .add()

  • + 0 comments

    country = set() for i in range(int(input())): country.add(input()) print(len(country))