Student = set(["Prayag","Aimtocode","Rahul","Anmol"]) i = Student.pop() print(i) print(Student) #the set after removal