0
How to answer?
Whenever a question asked like what is the output of this code >>>spam='eggs' >>>print('spam'*3) the answer box is of 2words only how can i answer eggseggseggs
4 Respuestas
+ 5
How you have it writen the output is spamspamspam but if you remove the single quotes from inside the print function it would be eggseggseggs.
Read the the question carefully and see if is that the problem.
0
The answer should be spamspamspam, but not eggseggseggs I think
0
There's a Variable for spam #Stanislav
0
eggseggseggs