I am doing a interpret of lines and it show me a prompt, and I want if I write a declaration as "int a" my progrtam return de prompt and nothing more, for exemple:
>>> 2+2 4 >>> int a >>> Then I'm finding that de function which execute "int a" return me nothing, and no >>> int a None >>> "Joseph Garvin" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Ximo wrote: > >>Hello, I want that the return sentence don't return anything, how can I do >>it?. If i do only return it returns None, and pass don't run too. >> >>Can anyone help me?, thanks. >>XIMO >> >> >> >> > Returning None is the same as returning nothing. What exactly are you > trying to do?
-- http://mail.python.org/mailman/listinfo/python-list