python中0为假 非0为真。在var1=100时候 if判断100不是0 则为真,输出下面的两个printvar2为0 if判断var2为假 不输出下面的print 到最后的print('Good bye!') 程序结束