|
hmm, I I don't think I explained what I am trying to do very well. I guess what I am asking is kind of similar to unpickling. Let me try again to explain.
joe = "this is what I want to print"
bob = ["joe"]
print bob[0]
This would print the word "joe", but I want to actually print the value of joe which is "this is what I want to print". Is this possible?
__________________
"Gee, Brain, what do you want to do tonight?" "The same thing we do every night, Pinky: Try to take over the world!"
|