Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ 07_operator_overloading.py
File
07_operator_overloading.py
Chapter 11/07_operator_overloading.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Number:
2
def
__init__(self, n):
3
self.n = n
4
Callers
nothing calls this directly
Calls
1
Number
Class · 0.85
Tested by
no test coverage detected