assignments - want a PEP

Paul Rubin http
Thu Mar 31 17:51:30 EST 2005


"Kay Schluehr" <kay.schluehr at gmx.net> writes:
> >>> a = Symbol()
> >>> a
> a

Use 

  a = Symbol('a') 

instead and it should solve most of the problems you mention.  What's
supposed to happen anyway, in your proposal, after

  a = Symbol()
  b = a
  print b

?



More information about the Python-list mailing list