Set .add()

  • + 0 comments

    N=int(input()) country_stamp=[input() for _ in range(N)] print(len(set(country_stamp)))