Computer Science
In print() function, if we use a concatenate operator (+) between two strings, both the strings are joined with a space in between them.
Python String Manipulation
2 Likes
Answer
False
Reason — In print() function, if we use a concatenate operator (+) between two strings, they are joined together without any space between them. If we want a space between them, we need to explicitly include the space within the strings.
Answered By
3 Likes