diff --git a/examples/ustack_in_using.md b/examples/ustack_in_using.md index d92ad1b..d0f7998 100644 --- a/examples/ustack_in_using.md +++ b/examples/ustack_in_using.md @@ -7,17 +7,25 @@ pip install ufpy ## Examples To create stack, use UStack class. +```python stack = UStack() +``` To add an element to the stack, use UStack.append([,