Browse Source

docs(clean_the_list): add line after each bullet point

pull/1779/head
eslopfer 1 year ago
parent
commit
8d3597565b
  1. 4
      subjects/devops/clean_the_list/README.md

4
subjects/devops/clean_the_list/README.md

@ -5,9 +5,13 @@
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:
- Removes all spaces before and after (but not between words).
- Capitalizes the first letter (first letter only, other ones should be to lowercase).
- Adds its index number before a separator `x/ `.
- An empty list as input should return an empty list as output.
- And don't forget the milk! (add it at the end of the list if missing).
### Usage

Loading…
Cancel
Save