[Tutor] stored variable

Steven D'Aprano steve at pearwood.info
Wed Sep 19 06:09:30 CEST 2012


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


More information about the Tutor mailing list