Skip to content

Commit ddd716e

Browse files
Update P4- Variables and Data Types.md
1 parent 60585f9 commit ddd716e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

P4- Variables and Data Types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In the first print statement, string 'color' has been concatenated with another
8787

8888
> **Concatenation of string is combining of two or more strings with each other. To read more about concatenation of strings, click [here](https://en.wikipedia.org/wiki/Concatenation).**
8989
90-
Coming to back to our story, using the above concepts we can change our code as follows.
90+
Coming back to our story, using the above concepts we can change our code as follows.
9191

9292
```python
9393
name = "Saurabh"

0 commit comments

Comments
 (0)