Python
Why are local variable names beginning with an underscore discouraged in Python Programming?

they confuse the interpreter
they are used to indicate a private variables of a class
they slow down execution
they are used to indicate global variables

ANSWER DOWNLOAD EXAMIANS APP