my_set = {1, 2, 3, 4, 5} popped_element = my_set.pop() print(popped_element, my_set) # حذف یک عنصر تصادفی