Browse Source

docs(merge_two): add the exit condition for inputs

DEV-4397-piscine-ai-missing-file-for-ex-7-of-nlp
Michele Sessa 1 year ago committed by Michele
parent
commit
7e5a55eb5e
  1. 2
      subjects/devops/merge_two/README.md

2
subjects/devops/merge_two/README.md

@ -9,6 +9,8 @@ It will prompt the user to create a new dictionary asking for keys and values.
As a return it will create a third one which will be the merge of the two dictionaries and return it as a serialized JSON string.
> If the key entered by the user is `exit` the function will stop asking for new key/values pairs and proceed to generate the desired output.
Here is the prototype of the function:
```python

Loading…
Cancel
Save