Examveda

Why are local variable names beginning with an underscore discouraged?

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

Answer: Option A


This Question Belongs to Python Program >> Variable Names And Operators

Join The Discussion

Related Questions on Variable Names and Operators