What does this code print?
nums = [1, 2, 3, 2, 4] nums.remove(2) print(nums)
← → arrow keys to navigate
Sign in to save your progress.