Python · Interactive Mode & First Steps
How do you call the sort method on a list, and what does the call itself return? ``` >>> nums = [3, 1, 2] >>> nums.sort() ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
