print ("Congratulations for Completing the School Subject Quiz.")
print (" ")
print ( name " Your score is " + score )
print (" ")
print ("Thank you very much for taking your time and completing my quiz")
print (" ")
print ("Hope you have a great day ")
it says that the second speech mark on Where it tells them there name and there score. Help Would be greatly appreciated.
You are missing the + between
nameand" Your score isWithout that symbol it looks like you are trying to print a variable named
name(space)(quote)(space)Your- when what you are trying to print is the expressionname (plus) a literal string