""" Purpose: correct errant code Author: Jim Cohoon Id: jpc """ # make sure that your header is surrounded by triple quotes print( '"We learn best, when we must invent." -- Jean Piaget' ) # when we have a string, we need to have opening and closing quotes # functions, like print(), need opening and closing parenthesis # exit code 0 => ran successfully # exit code 1 => there's an error. read the line the error happened on and the type of error to help # you figure out how to fix it