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
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,