Why does this code display SteveJobs without a space in the console?
SteveJobs
"Steve" + "Jobs"
print()
Because "Steve" + "Jobs" adds the values together without a space.