Why Are Local Variable Names Beginning With An Underscore #5
Why are local variable names beginning with an underscore discouraged?
This multiple choice question (MCQ) is related to the book/course
gs gs109 Python.
It can also be found in
gs gs109 Variable Names & Operators - Python Variable Names - Quiz No.1.
Why are local variable names beginning with an underscore discouraged?
they are used to indicate a private variables of a class
they confuse the interpreter
they are used to indicate global variables
they slow down execution