We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd9513 commit 0b3d53bCopy full SHA for 0b3d53b
Python - String Concatenation 2.txt
@@ -2,3 +2,4 @@ a = "Hello"
2
b = "World"
3
c = a + " " + b
4
print(c)
5
+// creater by Sanusanth
0 commit comments