目录一、# coding=utf-8二、#!/usr/bin/env python三、运行Python程序四、结论一般Python程序的文件开头会有这两行代码。
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H