0
Pls help
What is the answer to the question: >>> "Spam" + 'eggs' 'Spameggs' >>> print("First string" + ", " + "second string") First string, second string
4 Answers
0
;)
+ 1
:P but really please been stuck on this one for a while, cant figure it out. from
Dave
0
The parameters of the print functions contain no spaces, and as you concatenate them together, the resulting string will contain no space characters.
- 1
fanks