Re: [Tutor] stored variable :p:

2012-09-18 Thread Paradox
On 09/19/2012 09:21 AM, Lamar iVisionary wrote: Trying to write the following in Python. "Hi, my name is Bob!", .What is your name? print " Hi," + "my name is Bob!, strname= raw_input ("What is your name?") Hi ###, nice to meet you! I'm 18. How old are you? I cant figure out

Re: [Tutor] stored variable

2012-09-18 Thread Steven D'Aprano
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,