Is this a BUG?

Peter Schneider-Kamp peter at schneider-kamp.de
Thu Dec 28 08:43:48 EST 2000


QdlatY schrieb:
> 
> print "!",form["index"].value,"!"
> ! 1 !
> Why the hell there are spaces? index property has value '1'!
> not ' 1 '?!

They are put there by the print statement. To learn more about
print see the Language Reference at
  http://www.python.org/doc/current/ref/print.html

Hope that helps,
Peter




More information about the Python-list mailing list