There is a predefined variable code that contains the source code. Build its AST and print it.
We hope you remember that
ast.parse() takes the source code and parses it into an AST node and ast.dump() prints the actual AST