Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ Demo
Class
Demo
Chapter 10 - PS/03_problem3.py:1–2 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Demo:
2
a = 4
3
4
o = Demo()
5
print(o.a)
# Prints the class attribute because instance attribute is not present
Callers
1
03_problem3.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected