# Testing Page

Testing content

```python
# Python code below

def testing():
    print("testing")

def added_from_github():
    pass
    
def added_from_gitbook():
    pass
    
testing()
```
