<AptiCode/>

Question 499: Which access specifier in Python is used to indicate that a variable or method should only be accessed within the same class?

tcs
wipro
infosys
general
aptitude
encapsulation
python-programming

Private access specifier in Python is denoted by a single underscore (_), and it indicates that the variable or method should only be accessed within the same class.