Skip to content

Commit 0b3d53b

Browse files
authored
Update Python - String Concatenation 2.txt
1 parent 3dd9513 commit 0b3d53b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python - String Concatenation 2.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ a = "Hello"
22
b = "World"
33
c = a + " " + b
44
print(c)
5+
// creater by Sanusanth

0 commit comments

Comments
 (0)