Set .add()

  • + 0 comments

    a=int(input()) s=set(input() for i in range (a)) print(len(s))