We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49b5f7 commit f68b6bdCopy full SHA for f68b6bd
string conc.py
@@ -1,4 +1,3 @@
1
x = str(input("enter the first string"))
2
y = str(input("enter the second string"))
3
-
4
-print("The combined part is: " + x + " "+ y)
+print("The combined part is: " + x + " "+ y)
0 commit comments