Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 136 Bytes

python.md

File metadata and controls

11 lines (8 loc) · 136 Bytes

UTF-8 source code in Python

#-*- coding: UTF-8 -*-

…or, the more compact alternative:

# coding=utf-8