Mechanically translated string method calls to string methods.
Instead of splitting a string and looping over it to call s.split(), use list comprehensions for readability.
Showing
Please register or sign in to comment
Instead of splitting a string and looping over it to call s.split(), use list comprehensions for readability.