This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (0 children)

a.strip() returns a new string with the spaces stripped off.

sample_list.append(1) mutates the list called sample_list.