#coding: UTF-8 print "True = ", True print "False = ", False print "True + 3 = ", True + 3 if True: print "Always True"