Task
📝 **Question:** Predict the exact output. Three lines of Python are parsed with \`ast.parse\`. Then the trace asks: (1) what is the root node's type? (2) how many statements in the body? (3) which node type wraps each statement? (4) drill into the first assignment — target name, value class, operator class, and finally \`ast.unparse\` round-trip.
📋 Pick the right answer.
💡 **Hint:** Re-read the theory above if unsure.