[Tutor] inquire

Doug Stanfield DOUGS@oceanic.com
Thu, 11 Jan 2001 05:20:02 -1000


I don't think Python would do it in exactly that way.  I'm sure there is a
"Pythonic" way to do what you want.  Try to describe the problem you're
trying to solve and we'll probably be able to help.

-Doug-

-----Original Message-----
From: XIA Xiao-Qin [mailto:XQ.Xia@ccsr.cam.ac.uk]
Sent: Thursday, January 11, 2001 5:12 AM
To: tutor@python.org
Subject: [Tutor] inquire


Dear Sir/Madam,

Does python offer the function like the "&" in FoxPro? 
i.e. in foxpro, some code like following:
 
            a="I am a"
            b="a"
            print &b
 
may print the content of variable a.
Can one do like this in python?
 
Many Thanks,
Xia XQ