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

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

ANSWER DOWNLOAD EXAMIANS APP