python3.7 "UTF-8" python3.8 "utf-8" 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 -*-