This line is wrongly detected as a syntax error: ``` elif options.print: ``` But `print` is an existing attribute of `options`, and the code works.