Calling Python from Javascript

Hello @Tony.Nguyen

For reference, to help others more easily read your code please format code by wrapping it in backticks with the word Python.

For example,

```python

print('this will be syntax highlighted')

```