I've tried several variations but haven't been able to figure out why my final
if elif statement won't print. I tried using return, I tried using 1's and 0's
rather than yes and no. Not sure what the issue is. Please, help.
#This function will print how many yes answers the user has and a message
def correctAnswers(job, house, yard, time):
if correctAnswers == 'yes':
print ("Congratulations! You should get a puppy!")
else:
return "I'm sorry, you shouldn't get a puppy."
--
https://mail.python.org/mailman/listinfo/python-list