Python · Interactive Mode & First Steps
What does `+` do for strings and for lists at the prompt? Predict both: ``` >>> "Hello" + " World" >>> [1, 2] + [3, 4] ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
