`
print "Welcome to my quiz"
begin = raw_input("would you like to begin?: ")
if begin =="yes":
print "A)True"
print "B)False"
q1 = raw_input("Is Steve Jobs is the founder of Apple?")
if q1 == "A" or q1 == "a":
print "well done! you got it right!"
else:
print "thanks for trying my quiz, goodbye :)"
`
i got syntax error for my fourth line for "