x = raw_input() if x == "23": print "dreiundzwanzig" elif x == "12": print "zwoelf" elif x == "1337": print "eintausenddreihundertsiebenunddreissig"
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page