Browse Source

docs(clean_the_list): add context to usage

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

2
subjects/devops/clean_the_list/README.md

@ -27,7 +27,9 @@ print(shopping.clean_list(shopping_list))
This will output:
```console
$ python test.py
['1/ Tomatoes', '2/ Pastas', '3/ Milk', '4/ Salt']
$
```
### References

Loading…
Cancel
Save