On Tue, Sep 18, 2012 at 08:21:41PM -0500, Lamar iVisionary wrote:

> I cant figure out to get the stored variable / (Name) to appear when I
> respond Hi ####, nice to meet you.

name = raw_input("Good day stranger, to whom do I have the honour of 
addressing? ")
print "Greetings and salutations %s, I hope you are well!" % name



-- 
Steven
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to