diff --git a/subjects/devops/concat_string/README.md b/subjects/devops/concat_string/README.md index 80fe6fd8..8a96de82 100644 --- a/subjects/devops/concat_string/README.md +++ b/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