Skip to content

Commit 3dd9513

Browse files
authored
Update Python - String Concatenation 1.txt
1 parent f89e0ff commit 3dd9513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python - String Concatenation 1.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)