© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Syed Jafer K
Developer
Nice one. I feel it will also apply to instance variables,
class Employee: def __init__(self): self.employee_first_name = ''
to this,
class Employee: def __init__(self): self.first_name = ''