Skip to content

Commit f68b6bd

Browse files
Practice Question
1 parent f49b5f7 commit f68b6bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

string conc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
x = str(input("enter the first string"))
22
y = str(input("enter the second string"))
3-
4-
print("The combined part is: " + x + " "+ y)
3+
print("The combined part is: " + x + " "+ y)

0 commit comments

Comments
 (0)