#!/usr/bin/python # -*- coding: UTF-8 -*- var = 100 if ( var == 100 ) : print "变量var 的值为100" print "Good bye!" 以上代码执行输出结果如下:
確定! 回上一頁