0
What is the output of this code
spam=2,egg=3
3 Answers
+ 1
Nothing. You haven't used a print statement so there will be no output.
There is a Code Playground here on SoloLearn which you can use and see what your code will output yourself.
0
No answer. You just assigned values to your variables but you haven't yet printed them
0
Use the CODE PLAYGROUND to write and experiment code



