assigning multi-line strings to variables

goldtech goldtech at worldpost.com
Tue Apr 27 22:20:07 EDT 2010


Hi,

This is undoubtedly a newbie question. How doI assign variables
multiline strings? If I try this i get what's cited below. Thanks.


>>> d="ddddd
ddddd"
>>> d
Traceback (most recent call last):
  File "<interactive input>", line 1, in <module>
NameError: name 'd' is not defined



More information about the Python-list mailing list