Browse Source

docs(concat_string): add missing line for consistency

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

1
subjects/devops/concat_string/README.md

@ -5,6 +5,7 @@
Create a file `concat_string.py` that contains a function `concat` which takes in two strings as parameters and performs the following operations:
- Concatenates the two strings by adding a comma and space between them.
- Returns the resulting string.
### Usage

Loading…
Cancel
Save