module utf-8 in python code example
Example: python utf8
# insert in the first line of the file
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# or
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# insert in the first line of the file
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# or
#!/usr/bin/env python
# -*- coding: utf-8 -*-