1. #!/usr/bin/python
    2. # -*- coding: UTF-8 -*-
    3. var = 100
    4. if ( var == 100 ) : print "变量 var 的值为100"
    5. print "Good bye!"