[Tutor] simple problem

Kyle Babich Kyle Babich" <kb@kb5.org
Fri, 5 Jul 2002 21:22:50 +0000


I know this is simple, but I can find the answer in the documentation
(although I guess it has to be there somewhere).
Please bear with me because if you've read any of my messages you know
I'm a complete newbie to python.

I know how to do something like:
myname = "Kyle"
print "Hello, my name is", myname

But how would I call up the myname variable in the middle of the print
command?
(Ie. print "Hello, #myname variable here# where do you live?"
---
Kyle