leannhb37831 leannhb37831 06-02-2024 Computers and Technology contestada Take a look at the snippet and choose one of the following statements which is true: nums = [ ] vals = nums[:] (1) 1) nums and vals are two different lists 2) nums and vals are the same list 3) nums is an empty list 4) vals is an empty list