[Baypiggies] tip for moving to Python 3

Keith Dart keith at dartworks.biz
Sat Aug 28 01:19:11 CEST 2010


On Fri, 27 Aug 2010 15:51:42 -0700
Aahz <aahz at pythoncraft.com> wrote:

> as long as you're doing that, you should probably go whole-hog:

oh, and you can also start using the "format" string method and
functions. Using the associated "{}" syntax. 

name = "World"
print("Hello {0}!".format(name))



-- 
-- ------------------------------
Keith Dart
=================================



More information about the Baypiggies mailing list