Il 30/07/2017 23:31, Ode Idoko via Python-list ha scritto:
Hi, I am new to Python and though I have been able to download the 3.6 version 
on my laptop , I still have issues with the syntax. While writing a program to 
execute, it will display syntax error with different shades of color usually 
green or yellow.
What can I do about this? How do I know the error and effect it? Can't it be 
programmed like we have in excel that will tell you error and prompt you if you 
wish to accept the right formula format?
Please I need more information on this.
Thanks.
Ode

Sent from my iPhone

If you use eclipse with the pydev extensions or, directly, liclipse you have (some) error and warnings, for example if you use a variable not defined or if you try to use a variable with the same name of a reserved symbol.

    It's not completed as you run the program but it's really helpful.

        Daniele Forghieri




--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to