MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / Employee

Class Employee

Chapter 10/02_instance_vs_class_attr.py:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Employee:
2 language = "Python" # This is a class attribute
3 salary = 1200000
4
5
6harry = Employee()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected