Posts by Alecio Martins • 1 point
1 post
-
-2
votes2
answers89
viewsQ: I want to concatenate two string , but with space between name and surname
Exercise 3 - Create two strings and concatenate the two into a third string name = 'alecio' surname ='Martins' integer name = name + surname print(integer name) aleciomartins
stringasked Alecio Martins 1