greetings,
 
I have a string that I have defined
 
string = "line 1" + "\n"
string += "line 2" + "\n"
 
shouldn't my string print as follows:
 
line 1
line 2
 
it does not
what do I seem to be doing incorrectly?
 
 

-- 



Reply via email to