Python Compiler : Python

a = frozenset(("USA", "Canada", "Germany")) #display a: print(a) #display the data type of a: print(type(a))