The addition operator corresponds to concatenating a list.
Append only adds one element to the list .
The method split separates a string into a list based on the argument. If there is no argument as in this case the string is split using spaces. PRACTICE QUIZ
What are the keys of the following dictionary: {"a":1,"b":2} Explanation, the key is the first element separated from its value by a colon.
How confident are you in this answer?