Browse Source

docs(concat_string): add lines to usage example

pull/1779/head
eslopfer 1 year ago
parent
commit
21f63d3e4d
  1. 4
      subjects/devops/concat_string/README.md

4
subjects/devops/concat_string/README.md

@ -21,7 +21,9 @@ print(concat_string.concat(string1, string2))
This will output:
```console
'Hello, World'
$ python3 test.py
<expected output>
$
```
### References

Loading…
Cancel
Save