MCPcopy 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

1class Demo:
2 a = 4
3
4o = Demo()
5print(o.a) # Prints the class attribute because instance attribute is not present

Callers 1

03_problem3.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected