Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ Manager
Class
Manager
Chapter 11/03_multilevel_inheritance.py:7–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
b = 2
6
7
class
Manager(Programmer):
8
c = 3
9
10
o = Employee()
11
print(o.a)
# Prints the a attribute
Callers
1
03_multilevel_inheritance.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected