All pastes #2029154 Raw Edit

Christmas

public text v1 · immutable
#2029154 ·published 2010-12-25 18:39 UTC
rendered paste body
month = 12
day = 25
 
if month==12 and day==25:
    print "              *"
    print "             /.\\"
    print "            /~~~\\"
    print "           /.~~~.\\"
    print "   MERRY  /~~~~~~~\\  CHRISTMAS"
    print "         /~..~~~..~\\"
    print "        /~~~~~~~~~~~\\"
    print "        -------------"
    print "        [][] / \\ [][]"
 
elif month==1 and day==1:
    print('Happy New Year!')