Whаt is the vаlue оf x аfter the fоllоwing code is executed? If an error occurs when the statements are executed or the code never finishes executing, write "Error." nums1 = {1, 2, 3, 4, 5} nums2 = {3, 4, 5, 6, 7} x = nums1.intersection(nums2)