RSS feed
[root]
/
c09
/
code
/
TI Pattern
/
software design
/
document
javaclass
login:
password:
title search:
Search this site
Enter your search terms
Web
www.carfield.com.hk
Submit search form
Prev
Next
Wed Dec 26 16:00:00 GMT 2001
stringFormatting
#: c09:stringFormatting.py val = 47 print "The number is %d" % val val2 = 63.4 s = "val: %d, val2: %f" % (val, val2) print s #:~
(google search)
(amazon search)
1
2
3
second
download zip of files only
Prev
Next