0 votes
in Python by
Why does the name of local variables start with an underscore discouraged?

i)  To identify the variable

ii)  It confuses the interpreter

iii)  It indicates a private variable of a class

iv)  None of these

1 Answer

0 votes
by

iii)  It indicates a private variable of a class

Related questions

0 votes
asked Jun 28, 2020 in Python by Robindeniel
0 votes
asked Dec 31, 2020 in Python by SakshiSharma
...