#!/usr/bin/python # boolean literals happy = True sad = False if happy: print ":)" if sad: print ":("