## Node.append_child()


Append *child* as the last child of this node.


Usage

``` python
Node.append_child(child)
```
