# Cybersecurity Guide
August 29, 2017
How to make Unicode annotation in Python
Misc
# -*- coding: utf-8 -*-
At the top of the code, add the above annotation code.