utf-8-bom.py 83 B

123456
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. hello = 'こんにちわ'
  4. # EOF