Browse Source

docs(clean_the_list): specify what to return

pull/1779/head
eslopfer 1 year ago
parent
commit
12f7343ad8
  1. 2
      subjects/devops/clean_the_list/README.md

2
subjects/devops/clean_the_list/README.md

@ -2,7 +2,7 @@
### Instructions
Create a file `shopping.py` that contains a function `clean_list` which takes in a list of strings and performs the following operations on each list item:
Create a file `shopping.py` that contains a function `clean_list` which takes and returns a list of strings and performs the following operations on each list item:
- Removes all spaces before and after (but not between words).

Loading…
Cancel
Save