Up until now, you've probably only worked with interpreted languages on Boot.dev. Use the following interpreted (in this case, Python) code to answer the question.
print("starting")
func_that_doesnt_exist("uh oh")
print("finished")
Assume func_that_doesnt_exist is a function that truly does not exist.