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