Happy New Year in Python and other languages

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rob Hughes

    Happy New Year in Python and other languages

    I saw Vadim Antonov's "Happy New Year in 4 languages" program
    (http://www.gnu.org/fun/jokes/happy-new-year.cfbC.html) and
    thought I'd write a similar program using Python. Here it is:

    #include <stdio.h>
    #define fi int main(void){prin tf("Happy New Year!\n");retur n(0);}
    #/* This code has the same effect in Python, C, C++, and bash.
    # Written by Rob Hughes <rhughes@fastma il.fm>, December 2003.
    true=False
    if true :
    then
    echo -e +"\bHappy New Year!"
    else :
    print "Happy New Year!"; fi=0 #*/
    fi
Working...