# -*- coding: utf-8 -*-
confirm
If it is UTF-8 in Python3, it is not necessary to specify coding. Reference: https://pep8-ja.readthedocs.io/ja/latest/
Files using ASCII (Python 2) or UTF-8 (Python 3) should not contain encoding declarations.
Recommended Posts