Why are local variable names beginning with an underscore discouraged?
Posted: Mon Jan 24, 2022 6:53 am
a) they are used to indicate a private variables of a class
b) they confuse the interpreter
c) they are used to indicate global variables
d) they slow down execution
b) they confuse the interpreter
c) they are used to indicate global variables
d) they slow down execution