var = 100 if ( var  == 100 ) : print "变量 var 的值为100" print "Good bye!"

以上代码执行输出结果如下:

变量 var 的值为100Good bye!