If I understand your problem correctly all you need to do is use the name of the function to call it ie:
def func():
print "hello world"
func()
would give the output
"hello world"On 7/10/05, Nathan Pinno <[EMAIL PROTECTED]> wrote:
Hi all, How do I make Python get a def? Is it the "get" f
Hi all,
How do I make Python get a def? Is it the "get" function, or something
else? I need to know so that I can get a def for that computer
MasterMind(tm) game that I'm writing.
BTW, I took your advice, and wrote some definitions for my Giant
Calculator program. Might make the code eas