You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two approaches to the common task of splitting a comma-separated string and trimming whitespace from each element: an explicit for loop (longway.py) and a one-liner list comprehension (shortway.py).