Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
class
Employee:
2
language =
"Py"
# This is a class attribute
3
salary = 1200000
4
5
6
harry = Employee()
Callers
1
01_class.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected