We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Interpreted Quiz

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.