Computer Science, asked by nanditjindal7726, 1 year ago

Why are local variable names beginning with an underscore discouraged?

Answers

Answered by GajareSumit
10
Why are local variable names beginning with an underscore discouraged? Explanation: As Python has no concept of private variables, leading underscores are used to indicate variables that must not be accessed from outside the class. ... Explanation: eval can be used as a variable.
Similar questions