[Tutor] printf codes

alan.gauld@bt.com alan.gauld@bt.com
Mon, 28 Feb 2000 11:18:23 -0000


> Could someone refer me to definitions of the c printf format codes
> that are used in python, or define them here? Specifically, %, c, s,
> i, d, u, o, x, X, e, E, f, g, G.

Check the following web page:

http://www.gkrueger.com/java/printf.html

Alan G