"spam"+'eggs' not working on this app's virtual command prompt | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 4

"spam"+'eggs' not working on this app's virtual command prompt

It displays No output on clicking run

1st Nov 2018, 4:49 AM
Ishaan Sharma
Ishaan Sharma - avatar
1 Respuesta
+ 5
You need to use the print statement to see the output. codeplayground won't echo the python output without it. print("spam"+'eggs')
1st Nov 2018, 5:42 AM
Lord Krishna
Lord Krishna - avatar