Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Split and Strip

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).

Usage

python longway.py
python shortway.py