Run
range_1 = range(5) set_1 = {x for x in range_1} print(set_1)
Output