Browse Source

docs(flexible_function): improve usage example

DEV-4397-piscine-ai-missing-file-for-ex-7-of-nlp
eslopfer 1 year ago
parent
commit
314138a026
  1. 2
      subjects/devops/flexible_function/README.md

2
subjects/devops/flexible_function/README.md

@ -27,7 +27,9 @@ print(person)
And its output:
```console
$ python3 ./test.py
{'first_name': 'Kevin', 'last_name': 'Boulin', 'age': 34, 'gender': 'male', 'size': 1.83, 'job': 'taxidermist'}
$
```
### Hints

Loading…
Cancel
Save