Python Compiler : Python

a = {"past", "present", "future"} #display a: print(a) #display the data type of a: print(type(a))