On 15/11/15 03:23, Sajjadul Islam wrote:
The following suggestion is not clear to me :
"
If you defined your function in a separate module using IDLE
you can use the run menu to run the module directly. That will
in turn load it into the IDLE shell for you to use.
"
I assumed (incorrectly as
Hi
I am on Ubuntu 15.10 and using Python 3.4.
The following suggestion is not clear to me :
"
If you defined your function in a separate module using IDLE
you can use the run menu to run the module directly. That will
in turn load it into the IDLE shell for you to use.
"
Let me explain again
On 12/11/15 17:16, Sajjadul Islam wrote:
Hello
I have coded the first snippet in python - defined a function ,
Give us a clue - show us the code.
getting error if I try call the function from the IDLE window.
If you defined your function in a separate module using IDLE
you can use the run
On 12/11/2015 17:16, Sajjadul Islam wrote:
Hello
I have coded the first snippet in python - defined a function , then I am
getting error if I try call the function from the IDLE window. The error is
:
Traceback (most recent call last):
File "", line 1, in
NameError: name 'print_lol' is not
Hello
I have coded the first snippet in python - defined a function , then I am
getting error if I try call the function from the IDLE window. The error is
:
///
Traceback (most recent call last):
File "", line 1, in
NameError: name 'print_lol' is not defined