Pls help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pls help

What is the answer to the question: >>> "Spam" + 'eggs' 'Spameggs' >>> print("First string" + ", " + "second string") First string, second string

10th Dec 2018, 10:11 AM
Alfie Mervyn
Alfie Mervyn - avatar
4 Answers
0
;)
10th Dec 2018, 10:12 AM
Amelia Tkaczyk
Amelia Tkaczyk - avatar
+ 1
:P but really please been stuck on this one for a while, cant figure it out. from Dave
10th Dec 2018, 10:13 AM
Alfie Mervyn
Alfie Mervyn - avatar
0
The parameters of the print functions contain no spaces, and as you concatenate them together, the resulting string will contain no space characters.
10th Dec 2018, 11:29 AM
Edwin Rybarczyk
- 1
fanks
21st Jan 2019, 10:18 AM
Alfie Mervyn
Alfie Mervyn - avatar