>>> print "Before %s After" % 7
Before 7 After
>>> print "Before %x After" % 15
Before f After
>>> print "Foo %04d Bar" % 3*3
Foo 0009 Bar
my blog is abt wht i have learnt technically, mostly in Ruby on Rails, Javascript, node.js hope this share a little bit of info & adds a bit stuff., Thanks.
Monday, August 17, 2009
string conversions
Sunday, August 16, 2009
jquery show, hide
http://docs.jquery.com/Downloading_jQuery#Current_Release
current version of jquery can be downloaded here.
current version of jquery can be downloaded here.
Subscribe to:
Posts (Atom)