Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Python

Name: Anonymous 2009-04-30 16:27

"%d %d %d" % (1,2,3)

vs

"{0} {1} {2}".format(1,2,3)

?

Name: Anonymous 2009-04-30 16:55

Prelude> mapM_ (putStr.show) [1..3]
* Exception: Stack overflow

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List