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