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

Class Employee

Chapter 10/01_class.py:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

01_class.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected