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

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

ANSWER DOWNLOAD EXAMIANS APP