#!/usr/bin/env python # coding: utf-8 # This is an example of printing in Python: `print('Hello')` # # Code block: # # ```python # print('hello world') # ``` # In[ ]: